kotlin-csv
kotlin-csv copied to clipboard
Add reader's option to skip header row
The function readAllAsSequence() always read header row. Suggest to add an option to skip it.
| Option | default value | description |
|---|---|---|
| skipHeaderRow | false | Whether to read or skip on header row. |