Ignoring a variable number of columns at end of the CSV? #2109
thedavegray
started this conversation in
General
Replies: 1 comment
-
Bad data happens with parsing. There is a field with an invalid format. You can try to ignore the bad data by settings |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Is there a way of ignoring one or more columns from the end of a CSV?
I have a file that comes from an external source that occasionally has a one or more extra columns (junk values) at the end. I added this to the end of my class definition but I still get an error about bad data and that it can be ignore.
Beta Was this translation helpful? Give feedback.
All reactions