Solved! Combining csv files into one csv, remove duplicate header

Status
Not open for further replies.
Oct 24, 2018
3
0
10
Hello,

the following batch script merges csv files into one, however the header after the first csv is merged too. How do i just include the first header only?

Code:
copy *.csv  /B newfilename.csv
 
Status
Not open for further replies.