Quotes in Field Bug Fix
·
25 commits
to master
since this release
The error handling uncovered a bug with quotes in fields that aren't in a quoted field. It would throw an error that there are too few columns in row
due to how quote handling works.
This release fixes that issue.