manohar
5 years agoContributor
Append data to csv file with out repeating the header row
hi there, i am trying to append all the records for the day to that days CSV file which has date in the file name.
all works fine, if it doesnt fnds the file for the day it creates the file. if it finds the files then it appends the data to the file.
But one thing is keeps adding the column names as well to the file. How can i have the only data be appended and not the column headers?
Thanks
Manohar