CsvIterator

Walks an uploaded CSV file one row at a time.

Fields

FieldTypeRequiredWhat it does
fileIdstringyesIdentifier of an uploaded file.
delimiterstringDefaults to a comma.
headersbooleanWhether the first row holds column names.
skipLinesnumberRows to skip before reading.

Output

row, index, isFirst, isLast, totalRows, done