Optionalcsv: stringOptionalcolumn: stringOptionalheaderRow: numberOptionaldataStartRow: numberOptionalrowSeparator: stringOptionalcolumnSeparator: stringOptionalasNumber: booleanThe whole CSV text, headers included
Header name of the column whose values are listed
OptionalheaderIndex of the row whose cells are the header names, counting from 0
OptionaldataIndex of the first row read as data, 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
OptionalasWhen true, every value of the column is parsed as a number instead of staying text
Feeds
csv.queryColumn: the CSV text, the header name of the column to read, the row layout, the separators and whether to parse the values as numbers.