I want to skip an error if any for single csv file row and log the error in the log file.
Current behavior if an error raised from a row executing entire file is halted.
There is a keyword called catch error but seems only works with test files.
Is there any way to achieve this?