Skip to content

Commit 5924943

Browse files
committed
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
1 parent fe7aadf commit 5924943

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/site/xdoc/user-guide.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +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>
3840
<dt>MYSQL</dt><dd>The Oracle MySQL CSV format.</dd>
3941
<dt>RFC-4180</dt><dd>The RFC-4180 format defined by <a href="https://tools.ietf.org/html/rfc4180">RFC-4180</a></dd>
4042
<dt>TDF</dt><dd>A tab delimited format</dd>

0 commit comments

Comments
 (0)