CsvReaderOptions
Options for the CsvReader.
| Name | Type | Description |
|---|---|---|
| headers? | Array<string> | Optional explicit headers to use if readHeaders is false. |
| readHeaders? | boolean | Whether to treat the first line of the CSV as headers. |
| skipLines? | number | Number of lines to skip at the beginning of the CSV. |