copying .csv files
- Sean O'Shea
- Dec 10, 2017
- 1 min read
Don't miss out on the fact that you can easily merge multiple .csv files together using the copy command in Windows command prompt.
Simply press CTRL + SHIFT and right click in the folder containing your .csv files, and select 'Open command window here'. Then simply enter the copy command followed by a wildcard search for .csv files and the name of the file you want the data to be combined in.

The result will be a single file containing all of the data in your source files. If the source files don't all have the same heading you may have some additional work to do aligning the data.

Recent Posts
See AllWhen using robocopy command in Windows to copy files, note that if you are an admin you can use the /B switch to copy files from...