-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Rows with different field count is currently not supported by NamedCsvReader. I didn't implement it as I considered it pretty error prone. Empty rows (rows only containing end-of-line character(s)) should be supported, though. |
Beta Was this translation helpful? Give feedback.
-
Will be implemented by #87 |
Beta Was this translation helpful? Give feedback.
Will be implemented by #87