Record Assembler Options for CSV.
If you specify header: ['foo', 'bar'], the first record will be treated as a normal record.
header: ['foo', 'bar']
If you don't specify header, the first record will be treated as a header.
header
Optional
CSV header.
If you specify this option, the first record will be treated as a normal record.
If you don't specify this option, the first record will be treated as a header.
undefined Copy
undefined
Record Assembler Options for CSV.
Remarks
If you specify
header: ['foo', 'bar']
, the first record will be treated as a normal record.If you don't specify
header
, the first record will be treated as a header.