I have a large dataset, about 600 columns. There is a lot of casting happening to get things formatted properly. I am currently getting an error like this:
Numeric value ‘(501.00)’ is not recognized.
However, I can’t identify which column has the problem.
Is it possible to identify which column is causing this error (out of 600 columns)???
Thanks!!