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.
 

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