Before I get an input file into Excel for further execution, I need to have a *.bat command file do 2 simple things:
1) Append 1 existing .csv file to another existing .csv file - I have this command line in the *.bat as 'TYPE FILE1.CSV>>FILE2.CSV' and it works fine.
But,
2) I first need to edit the 'FILE1.CSV' and delete the first row of data(the column headings) before I Append the 2 files.
Does anyone know the *.Bat file command line to do this?
This user does not have access to Excel, but they are the only one that has access to the original data files. Otherwise, I'd do this easy Append in Excel, but can't.
1) Append 1 existing .csv file to another existing .csv file - I have this command line in the *.bat as 'TYPE FILE1.CSV>>FILE2.CSV' and it works fine.
But,
2) I first need to edit the 'FILE1.CSV' and delete the first row of data(the column headings) before I Append the 2 files.
Does anyone know the *.Bat file command line to do this?
This user does not have access to Excel, but they are the only one that has access to the original data files. Otherwise, I'd do this easy Append in Excel, but can't.