Computer Hope

Microsoft => Microsoft DOS => Topic started by: counterchand on December 04, 2016, 02:35:37 AM

Title: Remove header from multiple csv files using batch file
Post by: counterchand on December 04, 2016, 02:35:37 AM
 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 is to replace headers in file1 and file2 with headers from headerfile
Title: Re: Remove header from multiple csv files using batch file
Post by: Squashman on December 04, 2016, 02:54:50 PM
Please provide a real world example of your input and how you want the output to look like.