-
After upgrading from v12 to v26, I lost the ability to get detailed information about a failing CSV read. This is a sample of what I was doing before:
I've updated this to use |
Beta Was this translation helpful? Give feedback.
Answered by
JoshClose
Apr 6, 2021
Replies: 1 comment
-
They're internal to classes. Having them globally available like that slowed reading down significantly. Most of that information should appear in the exception message now though. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dprice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They're internal to classes. Having them globally available like that slowed reading down significantly.
Most of that information should appear in the exception message now though.