ben-strasser / fast-cpp-csv-parser

fast-cpp-csv-parser
BSD 3-Clause "New" or "Revised" License
2.13k stars 441 forks source link

Possible to ignore columns in read_row()? #126

Open cmorganBE opened 2 years ago

cmorganBE commented 2 years ago

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?