Skip to content
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

Reading a Delimited Files with extra columns #12186

Open
jdunkerley opened this issue Jan 29, 2025 · 1 comment
Open

Reading a Delimited Files with extra columns #12186

jdunkerley opened this issue Jan 29, 2025 · 1 comment
Assignees
Labels
-libs Libraries: New libraries to be implemented

Comments

@jdunkerley
Copy link
Member

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:

  • 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.

@jdunkerley jdunkerley added the -libs Libraries: New libraries to be implemented label Jan 29, 2025
@jdunkerley
Copy link
Member Author

A,B,C.csv

@radeusgd radeusgd moved this from ❓New to 📤 Backlog in Issues Board Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-libs Libraries: New libraries to be implemented
Projects
Status: 📤 Backlog
Development

No branches or pull requests

2 participants