Optionalcsv: stringOptionalheaderRow: numberOptionaldataStartRow: numberOptionalrowSeparator: stringOptionalcolumnSeparator: stringOptionalnumberColumns: string[]The whole CSV text, headers included
OptionalheaderIndex of the row whose cells become the object keys, counting from 0 and skipping blank lines
OptionaldataIndex of the first row turned into an object, counting from 0; normally the row after the headers
OptionalrowThe text between rows, normally a line break; \n written as two characters is read as
one
OptionalcolumnThe text between cells in a row, normally a comma; \t written as two characters is read
as a tab
OptionalnumberHeader names whose cells are parsed as numbers; every other cell stays text
Feeds
csv.parseToJson: the CSV text, which row holds the headers, where the data starts, the separators and which columns to read as numbers.