You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add EndOfFileInQuotedFieldException instead of InvalidCsvQuotationException("Unexpected end of line during parsing a quoted value")
Note the original message "Unexpected end of line during parsing a quoted value"
looks to be wrong because it is thrown when a next line is not found in a quoted
field, not when an end of line is observed.
0 commit comments