Just need to share this out, it lets you combine many csv files into one instead of manually copy and paste in Excel.
1
Open command prompt
2
Navigate to your folder using the following commands:
cd "<folder
eg.
cd C:\folder\
3
Then enter the following command which will combine all the csv files in the folder into one giant csv file:
copy *.csv combine.csv
* symbol means all
combine.csv is your destination file and you can name it anything you want.
Sunday, October 25, 2015
at 10/25/2015 12:17:00 AMMerge and combine CSV files using command prompt
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment