Optionaloptions: ParseOptions<Header, ",", "\"">Performance Characteristics:
This function collects all records into an array before returning. For large files, consider using the streaming parse function instead.
Parse CSV binary to array of records, ideal for smaller data sets.
Optionaloptions: ParseBinaryOptions<Header, ",", "\"">Performance Characteristics:
This function collects all records into an array before returning. For large files, consider using the streaming parse function instead.
Parse CSV string to array of records, ideal for smaller data sets.