diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index f1859abb..f1a13891 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -27,6 +27,8 @@ limitations under the License.
The most common CSV formats are predefined in the CSVFormat class:
- Microsoft Excel
+ - Informix UNLOAD
+ - Informix UNLOAD CSV
- MySQL
- RFC 4180
- TDF
diff --git a/src/site/xdoc/user-guide.xml b/src/site/xdoc/user-guide.xml
index 52d0c24e..e0d56943 100644
--- a/src/site/xdoc/user-guide.xml
+++ b/src/site/xdoc/user-guide.xml
@@ -18,7 +18,7 @@ limitations under the License.
User Guide
- Commons Documentation Team
+ Apache Commons Documentation Team
@@ -35,8 +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.)
+ - INFORMIX_UNLOAD
- Informix 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