From 333f06b2b51559179b947ad70b35d4270ef664f2 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 6 Apr 2024 08:15:54 -0400 Subject: [PATCH] MongoDB CSV empty first column parsing fix #412 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cb461f3f..5459700c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,7 @@ Use try-with-resources to manage JDBC Clob in CSVPrinter.printRecords(ResultSet). JDBC Blob columns are now output as Base64 instead of Object#toString(), which usually is InputStream#toString(). Support unusual Excel use cases: Add support for trailing data after the closing quote, and EOF without a final closing quote #303. + MongoDB CSV empty first column parsing fix #412. Bump commons-io:commons-io: from 2.11.0 to 2.16.0 #408. Bump commons-parent from 57 to 69 #410.