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
Copy file name to clipboardExpand all lines: src/site/xdoc/index.xml
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,21 @@ for (CSVRecord record : records) {
41
41
<p>You can build the component using Apache Maven. For example: mvn clean package.</p>
42
42
</section>
43
43
44
-
<sectionname="Reporting bugs">
45
-
<p>Please report any bugs or issues in the Commons CSV Jira project at <ahref="http://issues.apache.org/jira/browse/CSV">http://issues.apache.org/jira/browse/CSV</a>. Please ask any questions or suggest any ideas for improvement on the commons-dev and commons-user <ahref="mail-lists.html">mailing lists</a>. </p>
<p>Commons CSV was started to unify a common and simple interface for reading and writing CSV files under an ASL license. It has been bootstrapped by a code donation from Netcetera in Switzerland. There are three pre-existing BSD compatible CSV parsers which this component will hopefully make redundant (authors willing): </p>
0 commit comments