ben-strasser/fast-cpp-csv-parser

Can we continue with reading file even if we encounter any issue in any line

Closed this issue · 3 comments

because of try/catch outside while, am not able to do so. I would like all invalid line to log and move forward reading full file. Is it possible ?

i would also like line written with starting "#" to be ignored and treated as comments, is it possible

ex.

here is my test for comment

You can ignore comment lines but resuming on error is not possible.

oh, can't we change something which can enable parsing further after logging