Optionalcsv: stringOptionalhasHeaders: booleanOptionaldataStartRow: numberOptionalrowSeparator: stringOptionalcolumnSeparator: stringThe whole CSV text; blank lines are not counted
OptionalhasWhen true, the first row is a header line and is not counted; ignored when dataStartRow
is set
OptionaldataIndex of the first data row, counting from 0; when set, the rows before it are not
counted and hasHeaders is ignored
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; it does not change the count
Feeds
csv.getRowCountwith the CSV text, how many leading rows are not data and the separators.