You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CSV-241] CSVFormat#valiadte() does not account for
llowDuplicateHeaderNames.
Applying a different version of the GitHub patch with adjustments to the
tests. Also remove trailing whitespace from CSVRecord.
Closesapache#43.
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,9 @@
38
38
<title>Release Notes</title>
39
39
</properties>
40
40
<body>
41
+
<releaseversion="1.8"date="2019-MM-DD"description="Feature and bug fix release (Java 8)">
42
+
<actionissue="CSV-241"type="fix"dev="ggregory"due-to="LuckyIlam, Gary Gregory">CSVFormat#valiadte() does not account for allowDuplicateHeaderNames #43.</action>
43
+
</release>
41
44
<releaseversion="1.7"date="2019-06-01"description="Feature and bug fix release (Java 8)">
42
45
<actionissue="CSV-233"type="add"dev="ggregory"due-to="Gary Gregory">Add predefined CSVFormats for printing MongoDB CSV and TSV.</action>
43
46
<actionissue="CSV-208"type="fix"dev="ggregory"due-to="Jurrie Overgoor">Fix escape character for POSTGRESQL_TEXT and POSTGRESQL_CSV formats.</action>
0 commit comments