|
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? |
Answered by
osiegmar
Nov 14, 2023
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will be implemented by #87