OptionaldelimiterThe character used to delimit columns in CSV data.
OptionaldisableDisables automatic conversion of numeric values during parsing.
OptionalquoteThe character used for quoting fields in CSV data.
OptionalreplacerA function that can act as a replacer for stringifying CSV values.
The row index of the CSV value being stringified.
The column index of the CSV value being stringified.
The value to stringify.
The stringified value.
OptionalreviverA function that can act as a reviver for parsed CSV values.
The row index of the parsed CSV value.
The column index of the parsed CSV value.
The parsed value as a string.
The transformed value.
Options for CSV parsing and stringifying.