Hi there,
I'm currently working with some big CSV files, where a very small fraction of lines contains errors (e.g. string instead of number, which is caused by non-escaped column delimiters/missing quotes). I do not care about those ill-formed lines and would just like to skip them, unfortunately the line reader stops at such lines (e.g. "Execute failed: Wrong data format. Got '#0' for an integer. In line 20 (Row18) at column #1 ('LOC').")
Is there a setting, which I might have missed, to make the File Reader "forgiving" such errors?
Best,
Philipp