We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7aadf commit 5924943Copy full SHA for 5924943
1 file changed
src/site/xdoc/user-guide.xml
@@ -35,6 +35,8 @@ limitations under the License.
35
36
<dl>
37
<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>
40
<dt>MYSQL</dt><dd>The Oracle MySQL CSV format.</dd>
41
<dt>RFC-4180</dt><dd>The RFC-4180 format defined by <a href="https://tools.ietf.org/html/rfc4180">RFC-4180</a></dd>
42
<dt>TDF</dt><dd>A tab delimited format</dd>
0 commit comments