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
<actionissue="CSV-252"type="fix"dev="ggregory"due-to= "Alex Herbert">Upgrade test framework to JUnit 5 Jupiter #49, #50.</action>
50
55
<actionissue="CSV-247"type="fix"dev="ggregory"due-to="Alex Herbert, Gary Gregory">A single empty header is allowed when not allowing empty column headers. #47.</action>
56
+
<actionissue="CSV-248"type="fix"dev="ggregory"due-to="Alex Herbert">CSVRecord is not Serializable.</action>
51
57
<actiontype="fix"dev="ggregory"due-to="Alex Herbert">Use test scope for supercsv #48.</action>
52
58
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Update tests from H2 1.4.199 to 1.4.200.</action>
53
59
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Update tests from Hamcrest 2.1 to 2.2.</action>
54
60
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Update tests from Mockito 3.1.0 to 3.2.4.</action>
55
61
<actiontype="update"dev="ggregory"due-to="Chen">Fix typos in site and test #53.</action>
62
+
<actiontype="update"dev="ggregory"due-to="Chen">Fix typo performance test #55.</action>
56
63
</release>
57
64
<releaseversion="1.7"date="2019-06-01"description="Feature and bug fix release (Java 8)">
58
65
<actionissue="CSV-233"type="add"dev="ggregory"due-to="Gary Gregory">Add predefined CSVFormats for printing MongoDB CSV and TSV.</action>
Copy file name to clipboardExpand all lines: src/site/xdoc/user-guide.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ limitations under the License.
32
32
33
33
Parsing files with Apache Commons CSV is relatively straight forward.
34
34
The CSVFormat class provides some commonly used CSV variants:
35
-
35
+
36
36
<dl>
37
37
<dt><ahref="https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#DEFAULT">DEFAULT</a></dt><dd>Standard Comma Separated Value format, as for RFC4180 but allowing empty lines.</dd>
38
38
<dt><ahref="https://commons.apache.org/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html#EXCEL">EXCEL</a></dt><dd>The Microsoft Excel CSV format.</dd>
0 commit comments