Optionalcsv: stringOptionalcolumn: stringOptionalvalue: stringOptionalheaderRow: numberOptionaldataStartRow: numberOptionalrowSeparator: stringOptionalcolumnSeparator: stringOptionalnumberColumns: string[]The whole CSV text, headers included
Header name of the column that is compared with value
The text a row's cell must equal to be kept; compared as a number when the column is in
numberColumns
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
OptionalnumberHeader names whose cells are parsed as numbers, in the result and in the comparison
Feeds
csv.queryRowsByValue: the CSV text, the column to test and the value it must equal, the row layout, the separators and the columns read as numbers.