Search found 1 match
- 04 Dec 2016 03:39
- Forum: DOS Batch Forum
- Topic: Remove header from multiple csv files using batch file
- Replies: 2
- Views: 3020
Remove header from multiple csv files using batch file
I have two files in a folder file1.csv and file2.csv that contain the data. file1.csv with column names name and sal and file2.csv with the same column names name and sal. required header columns are present in headerfile.csv in the same folder and the column names are ename and esal. My requirement...