osiegmar / FastCSV

CSV library for Java that is fast, RFC-compliant and dependency-free.
https://fastcsv.org/
MIT License
542 stars 93 forks source link

NamedCsvReader should support for empty lines and different field count #87

Closed osiegmar closed 10 months ago

osiegmar commented 1 year ago

Discussed in https://github.com/osiegmar/FastCSV/discussions/78

Originally posted by **illdd1** April 6, 2023 I am using NamedCsvReader and it is giving errors when there is an empty row or and if the number of rows do not match the amount of rows in the header. It is possible to avoid errors in CsvReader but not NamedCsvReader is there any way to avoid this issue?