OptionalcommentsThe comment character or boolean to indicate comments. Defaults to false (don't strip comments).
OptionaldelimiterThe delimiter used in the CSV data. If not provided, the parser will attempt to guess it.
OptionalescapeThe escape character used in the CSV data. Defaults to the quote character.
OptionalinitialThe initial state for the parser. Use 'detect' to automatically detect the initial state. Defaults to 'default'.
OptionalnewlineThe newline character(s) used in the CSV data. Defaults to '\n'.
OptionalquoteThe quote character used in the CSV data. Defaults to '"'.
OptionalstripWhether to strip the BOM character at the start of the text. Defaults to true.
Options for parsing CSV data