Header of the CSV.
Column count strategy (must not be 'sparse', default: 'fill')
This type represents a single CSV record as an object, where each key corresponds to a header field and the value is the field's string content.
Important: Object format does NOT support 'sparse' strategy.
Using 'sparse' with object format will result in a type error at compile time
and a runtime error if attempted.
All strategies for object format produce string values (never undefined).
CSV record as an object (traditional format).