Trailer/header record in csv file, using flat file export module.

0
How do I create a header and trailer record in a csv file using the flat file export module? The header contains a file identifier, date etc. The main lines contain the csv data and the trailer contains the number of records in the file: Header line Main line 1 Main line 2 Main line ... Trailer line Using the module, I assume I have to create two additional flat file export configurations (header and trailer). But how do I make sure that the header and trailer are included in the csv file? Thanks in advance.
asked
2 answers
0

Koen,

Headers are possible with the 2.0 version. Just set the use headers option and fill the headers in the column definitions, this is done in one configuration. The module does not cater for trailer lines containing the number of records. Can you tell me more about why you need this trailer line?

Regards,

Erwin 't Hoen

answered
0

Is there a way to add a header and trailer record when exporting data in a csv file using the flat files export module? I see Koen created a file from strings, could you elabore on that maybe?

answered