Merging Multiple CSV Files into One with One Header [message #627573] |
Wed, 12 November 2014 14:38 |
|
reddy0422
Messages: 10 Registered: June 2014
|
Junior Member |
|
|
Hi,
I wrote a shell script to merge all the csv files into one.All the multiple csv files have the same number of columns .The issue i see let's say i merge 10 files all the 10 files header records are also merging.I want only one header row as all the headers are the same.Can anyone please advise.
below is the concatenation command i am using to merge the files but i need to have only one header row.
cat $working/text_data*.csv > $working/text_data.csv
Thanks,
|
|
|
|
|