Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
In the CSVParser, we had a catch statement in case the csv file was malformed. In the catch statement we read the rest of the stream and wrote it as one big paragraph. We then threw the exception.
In commons-csv 1.10.0, it looks like they changed the IllegalStateException to an UncheckedIOException. So, we're now missing a bunch of text that we used to extract from csv files.
This issue was discovered during our regression tests in preparation for the release of 2.8.0-rc1