Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
If we are going to commit to a CSV back to results set attempt then it'll need to handle "" inside "..."
Example:
String x = "x\n\"123\"\"456\"" ; byte[] b = StrUtils.asUTF8bytes(x) ; ResultSet rs = CSVInput.fromCSV(new ByteArrayInputStream(b)) ; ResultSetFormatter.out(rs);
gives
Error Parsing CSV results at Line 2 - Expected comma after quote