Unified Binary CSV Parser type.
This is a discriminated union type that can represent either object or array parsers. Use this when you need to work with parsers in a format-agnostic way.
Array of header field names
Output format: 'object' or 'array' (default: 'object')
Unified Binary CSV Parser type.
This is a discriminated union type that can represent either object or array parsers. Use this when you need to work with parsers in a format-agnostic way.