-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
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
A wrong CSV mapped as valid? #1050
Comments
@aborruso as of #225 and #794 we have a field-name deduplicator.
In your example the first column named
We could prohibit |
Hi @johnkerl thank you. In my opinion if you have 3 out of 20 columns with no names, these are not duplicates fields, but columns with no name. The CSV is a format in which there are often a lot of ugliness, and I think that it's better to prohibit "" in field names entirely. Moreover now
To be able to use |
@aborruso thanks! I would mention though that in the RFC I don't see a requirement that the column names be non-empty (or even unique). |
ok, thank you |
Not to say we can't add a warning for it in |
Hi,
I have this input CSV, that is wrong: It has two cells in two fields without field name.
But if I run
mlr --ifs ";" --csv check input.csv
, I have no error.Is it normal?
Thank you
The text was updated successfully, but these errors were encountered: