by Universal Kida (2 Submissions)
Category: Complete Applications
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(8 Votes)

Hey Friends As promised due to your good response i am uploading the next version of the CSV to Text File Converter. This new version will sort the text file data in either ascending or descending format.
I thought of sharing this program with you all. Converting CSV files to Text Files as per customisation required. I was using this small project to convert the CSV file i have into different text files. The name of the text file use to be the same as the first column in the csv. Rest all corresponding data goes to the subsequent files and gets append to it. For Example : when i run three different CSV's then all the for the first column named "UNIVERSAL" gets logged into one text file named UNIVERSAL.txt....
similar others data are getting appended.
01/01/2003,81,81.5,79.3,80,9848 01/06/2003,81,81.5,79.3,80,9848 02/06/2003,81,81.5,79.3,80,9848
-----------------
As the database format is big i would like request whosoever use this code to create a Access Database . Following are the Inputs
Database Name : Import.mdb
Table Name : TImport
Fields Name : Field1 , Field2 , Field3 , Field4 ,
Field5, Field6
I will be soon giving you with the new version of it only if the response is good. Email me your suggestions and feedback @ [email protected]
Inputs
As the database format is big i would like request whosoever use this code to create a Access Database . Following are the Inputs
Database Name : Import.mdb
Table Name : TImport
Fields Name : Field1 , Field2 , Field3 , Field4 ,
Field5, Field6
Assumes
This project was done for Stock Exchange Agent, for sorting their daily data.
As the database format is big i would like request whosoever use this code to create a Access Database . Following are the Inputs
Database Name : Import.mdb
Table Name : TImport
Fields Name : Field1 , Field2 , Field3 , Field4 ,
Field5, Field6
Code Returns
Will Convert all the CSV data to its corresponding text file name(as per the first column.)and will sort the text file data in either ascending or descending format.