M
Mike Sweeting
I need to create a data file for uploading into another
application using a csv file. In order for the receiving
application to upload the csv file there needs to be a
header record followed by the actual data. Needless to say
the header record has far fewer fields than the data
records.
I am at a loss how to create such a csv file. I know how
to create a csv file from a single query or table (with
the same number of fields) but not how to add a header
record at the start.
Can anyone help please?
application using a csv file. In order for the receiving
application to upload the csv file there needs to be a
header record followed by the actual data. Needless to say
the header record has far fewer fields than the data
records.
I am at a loss how to create such a csv file. I know how
to create a csv file from a single query or table (with
the same number of fields) but not how to add a header
record at the start.
Can anyone help please?