Optionalcsv: stringOptionalrowSeparator: stringOptionalcolumnSeparator: stringThe whole CSV text, rows separated by rowSeparator
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.parseToArrayandcsv.getColumnCountwith the CSV text and the two separators; a separator can be written as\nor\tin two characters.