Can we continue with reading file even if we encounter any issue in any line
Closed this issue · 3 comments
mom1705 commented
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 ?
mom1705 commented
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
ben-strasser commented
You can ignore comment lines but resuming on error is not possible.
mom1705 commented
oh, can't we change something which can enable parsing further after logging