CsvIterator
Walks an uploaded CSV file one row at a time.
Fields
| Field | Type | Required | What it does |
|---|---|---|---|
fileId | string | yes | Identifier of an uploaded file. |
delimiter | string | Defaults to a comma. | |
headers | boolean | Whether the first row holds column names. | |
skipLines | number | Rows to skip before reading. |
Output
row, index, isFirst, isLast, totalRows, done