You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: