From 5924943c57e6adae14573c674cac359fa9a6ca26 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Mon, 23 May 2016 20:25:15 +0000 Subject: [PATCH] Add missing entries in CSVFormat list. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745259 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/user-guide.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/site/xdoc/user-guide.xml b/src/site/xdoc/user-guide.xml index 4499c131..52d0c24e 100644 --- a/src/site/xdoc/user-guide.xml +++ b/src/site/xdoc/user-guide.xml @@ -35,6 +35,8 @@ limitations under the License.
EXCEL
The Microsoft Excel CSV format.
+
INFORMIX_UNLOAD
Informix CSV UNLOAD format used by the UNLOAD TO file_name operation.
+
INFORMIX_UNLOAD_CSV
Informix CSV UNLOAD format used by the UNLOAD TO file_name operation (escaping is disabled.)
MYSQL
The Oracle MySQL CSV format.
RFC-4180
The RFC-4180 format defined by RFC-4180
TDF
A tab delimited format