Skip to content

Commit 305beea

Browse files
committed
Add missing entries in CSVFormat list. Branding.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745265 13f79535-47bb-0310-9956-ffa450edef68
1 parent 739c122 commit 305beea

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/site/xdoc/index.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ limitations under the License.
2727
<p>The most common CSV formats are predefined in the <a href="apidocs/org/apache/commons/csv/CSVFormat.html">CSVFormat</a> class:
2828
<ul>
2929
<li>Microsoft Excel</li>
30+
<li><a href="http://www.ibm.com/support/knowledgecenter/SSBJG3_2.5.0/com.ibm.gen_busug.doc/c_fgl_InOutSql_UNLOAD.htm">Informix UNLOAD</a></li>
31+
<li><a href="http://www.ibm.com/support/knowledgecenter/SSBJG3_2.5.0/com.ibm.gen_busug.doc/c_fgl_InOutSql_UNLOAD.htm">Informix UNLOAD CSV</a></li>
3032
<li><a href="http://dev.mysql.com/doc/refman/5.0/en/mysqldump-delimited-text.html">MySQL</a></li>
3133
<li><a href="http://tools.ietf.org/html/rfc4180">RFC 4180</a></li>
3234
<li><a href="http://en.wikipedia.org/wiki/Tab-separated_values">TDF</a></li>

src/site/xdoc/user-guide.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
<document>
1919
<properties>
2020
<title>User Guide</title>
21-
<author email="dev@commons.apache.org">Commons Documentation Team</author>
21+
<author email="dev@commons.apache.org">Apache Commons Documentation Team</author>
2222
</properties>
2323
<body>
2424
<!-- ================================================== -->
@@ -35,8 +35,8 @@ limitations under the License.
3535

3636
<dl>
3737
<dt>EXCEL</dt><dd>The Microsoft Excel CSV format.</dd>
38-
<dt>INFORMIX_UNLOAD</dt><dd>Informix CSV UNLOAD format used by the <code>UNLOAD TO file_name</code> operation.</dd>
39-
<dt>INFORMIX_UNLOAD_CSV</dt><dd>Informix CSV UNLOAD format used by the <code>UNLOAD TO file_name</code> operation (escaping is disabled.)</dd>
38+
<dt>INFORMIX_UNLOAD</dt><dd>Informix <a href="http://www.ibm.com/support/knowledgecenter/SSBJG3_2.5.0/com.ibm.gen_busug.doc/c_fgl_InOutSql_UNLOAD.htm">UNLOAD</a> format used by the <code>UNLOAD TO file_name</code> operation.</dd>
39+
<dt>INFORMIX_UNLOAD_CSV</dt><dd>Informix <a href="http://www.ibm.com/support/knowledgecenter/SSBJG3_2.5.0/com.ibm.gen_busug.doc/c_fgl_InOutSql_UNLOAD.htm">CSV UNLOAD</a> format used by the <code>UNLOAD TO file_name</code> operation (escaping is disabled.)</dd>
4040
<dt>MYSQL</dt><dd>The Oracle MySQL CSV format.</dd>
4141
<dt>RFC-4180</dt><dd>The RFC-4180 format defined by <a href="https://tools.ietf.org/html/rfc4180">RFC-4180</a></dd>
4242
<dt>TDF</dt><dd>A tab delimited format</dd>

0 commit comments

Comments
 (0)