You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a row in a csv file contains invalid data, but I still want to process the rest of the file, is it possible to do this and get the exception for the erroneous row?
I've supplied IgnoreErrors=true, but I believe this swallows the exception...