We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, if reading a file with extra columns after the first row it is only possible to get a warning or drop the rows.
Want to change the Delimited argument for keep_invalid_rows to an atom type:
Delimited
keep_invalid_rows
Invalid_Rows.Drop_Invalid_Rows
Invalid_Rows.Keep_Invalid_Rows
Invalid_Rows.Add_Extra_Column
In all cases we should still warn about it.
The text was updated successfully, but these errors were encountered:
A,B,C.csv
Sorry, something went wrong.
radeusgd
No branches or pull requests
Currently, if reading a file with extra columns after the first row it is only possible to get a warning or drop the rows.
Want to change the
Delimited
argument forkeep_invalid_rows
to an atom type:Invalid_Rows.Drop_Invalid_Rows
Invalid_Rows.Keep_Invalid_Rows
Invalid_Rows.Add_Extra_Column
(adds new columns with default names and nulls above and below).In all cases we should still warn about it.
The text was updated successfully, but these errors were encountered: