Hi,
Currently the requirement is client only needs the file name without any time stamp or counter. They do not want to overwrite the records.
They need the csv file structure as:
Customer
Custnum,Custname
123,ABC
While I am using append, it is also appending the first two header lines.
Can you please suggest how to append without headers.