T Tom Jul 7, 2003 #1 Is there a way to merge multiple CSV files to get all the rows in the same txt file? Thanks! Tom
A Allen Browne Jul 7, 2003 #2 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.
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.
R rfi234 Joined Oct 23, 2008 Messages 6 Reaction score 0 Oct 17, 2009 #3 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.
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.