Merge CSV Files

T

Tom

Is there a way to merge multiple CSV files to get all the rows in the same txt
file?

Thanks!

Tom
 
A

Allen Browne

At the command prompt:
copy file1.csv + file2.csv target.csv

If you need to do it programatically, see help on Open, Line Input, Print #,
EOF(), and Close.
 
Joined
Oct 23, 2008
Messages
6
Reaction score
0
You can use a nifty little program called Bulk File Merger. I managed to bang out 200 csv files in a matter of minutes. Neat little app. You can also merge pdf and excel files with this app.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top