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

What about ignoring extra columns if less specified at construction? #113

Open
ardabro opened this issue Sep 11, 2020 · 0 comments
Open

Comments

@ardabro
Copy link

ardabro commented Sep 11, 2020

Sometimes I don't want to decode all columns, some csv files have separator after last column.
This forces user to specify, parse and assign unnecessary data.
What about allowing to skip them?
Moreover: What about specifying column range when constructing instance?
io::CSVReader<3,7,... // read columns from 3 to 7 (inclusive or exclusive)

@ardabro ardabro changed the title What about ignoring extra columns if less specified ad construction? What about ignoring extra columns if less specified at construction? Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant