Optionalcsv: stringOptionalheaderRow: numberOptionalrowSeparator: stringOptionalcolumnSeparator: stringThe whole CSV text, headers included
OptionalheaderIndex of the row whose cells are the header names, counting from 0 and skipping blank lines
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
Feeds
csv.getHeaderswith the CSV text, which row holds the header names and the separators.