Combine all your CSV files into one
July 17, 2008 by Jerome Locson
Filed under Computers
Rico, over Contract Workers, posted something about CSV file management. Having numbers of CSV files to manage is quite time-consuming. But now, you can merge all your CSV files into one file. From his post “When Laziness Works“, he listed the steps on how to do so. Just follow this simple steps:
- Place all the CSVs you want to combine into one folder
- Go to command prompt (these instructions work for Windows), and go to the folder where you placed all the CSVs.
- Type copy *.csv [file].csv, where [file] is the name of the file you want all the data to go to.
- That’s it!
Well, it really works! Thanks to Rico.




































Very Nice I was looking for this for quite some time.