Array of header field names
Parse a chunk of CSV string data into object records.
Optionalchunk: stringCSV string chunk to parse (optional for flush)
Optionaloptions: CSVParserParseOptionsParse options
Iterable iterator of parsed CSV records as objects
String CSV Parser interface for object output format.
StringObjectCSVParser parses string CSV data and returns records as objects. Each record is a key-value object where keys are header field names.
This interface is designed to be easily implemented in Rust/WASM with clear type semantics.
Example