ben-strasser/fast-cpp-csv-parser

Possible to ignore columns in read_row()?

Opened this issue · 0 comments

It looks like the column count is fixed at class instance creation. How could we create a CSV parser instance and only read say the first column from the file, without knowing the column count?