OptionaldelimiterCSV field delimiter.
If you want to parse TSV, specify '\t'.
OptionalmaxMaximum internal buffer size in characters.
This option limits the size of the internal buffer used during lexing
to prevent memory exhaustion attacks. The buffer size is measured in
UTF-16 code units (JavaScript string length). When the buffer exceeds
this limit, a RangeError will be thrown.
Set to Infinity to disable the limit (not recommended for untrusted input).
OptionalquotationCSV field quotation.
CSV Common Options.