kotlin-csv icon indicating copy to clipboard operation
kotlin-csv copied to clipboard

Add reader's option to skip header row

Open shiami opened this issue 1 year ago • 0 comments

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.

shiami avatar May 30 '24 23:05 shiami