How to treat the error "divide by zero" in Excel input set?
When I preview the rows, I get NullPointerException.
I cant set error handling in Excel input step, the only way was to transform this Excel file in csv then read the value as String and try to convert it using select value step and then handle this type of error.
Im wondering if there is a better (easy) way to do this?
When I preview the rows, I get NullPointerException.
I cant set error handling in Excel input step, the only way was to transform this Excel file in csv then read the value as String and try to convert it using select value step and then handle this type of error.
Im wondering if there is a better (easy) way to do this?