September 15th, 2007
Tips and Tools
How to Merge CSV files
I’m just about positive several people look for this… If just one person is helped, cheers.
You can merge multiple csv or text files with a simple DOS command. Copy the code below into a text editor and save the file with a .bat extension. Save the file in the same folder as the csv files.
copy *.csv importfile.csv
Popularity: 1% [?]

Comments
Very Nice!
admin
September 16th, 2007