Author: ggregory
Date: Mon May 23 20:25:15 2016
New Revision: 1745259
URL: http://svn.apache.org/viewvc?rev=1745259&view=rev
Log:
Add missing entries in CSVFormat list.
Modified:
commons/proper/csv/trunk/src/site/xdoc/user-guide.xml
Modified: commons/proper/csv/trunk/src/site/xdoc/user-guide.xml
URL:
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/site/xdoc/user-guide.xml?rev=1745259&r1=1745258&r2=1745259&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/site/xdoc/user-guide.xml (original)
+++ commons/proper/csv/trunk/src/site/xdoc/user-guide.xml Mon May 23 20:25:15
2016
@@ -35,6 +35,8 @@ limitations under the License.
<dl>
<dt>EXCEL</dt><dd>The Microsoft Excel CSV format.</dd>
+ <dt>INFORMIX_UNLOAD</dt><dd>Informix CSV UNLOAD format used by the
<code>UNLOAD TO file_name</code> operation.</dd>
+ <dt>INFORMIX_UNLOAD_CSV</dt><dd>Informix CSV UNLOAD format used by the
<code>UNLOAD TO file_name</code> operation (escaping is disabled.)</dd>
<dt>MYSQL</dt><dd>The Oracle MySQL CSV format.</dd>
<dt>RFC-4180</dt><dd>The RFC-4180 format defined by <a
href="https://tools.ietf.org/html/rfc4180">RFC-4180</a></dd>
<dt>TDF</dt><dd>A tab delimited format</dd>