Closed MaerF0x0 closed 9 years ago
I lost a lot of time trying to debug why a CSV was failing, turned out it was comma separated , but was read with a tab delimited reader. This could have helped.
minor comment about about error wording, but other than that, lgtm.
Actually, also comment about the way that errors are handled that should be addressed before merging
lgtm!
I lost a lot of time trying to debug why a CSV was failing, turned out it was comma separated , but was read with a tab delimited reader. This could have helped.