Optional
delimiterThe character used to delimit columns in CSV data.
Optional
disableDisables automatic conversion of numeric values during parsing.
Optional
quoteThe character used for quoting fields in CSV data.
Optional
replacerA 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.
Optional
reviverA 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.