Export Option String
The Export Options string consists of comma-separated parameters that specify the behavior of the various export options. A typical example would be:
This would set the delimiter character to a comma and the text qualifier character to the single-quote mark ( ' ).
Delimiter values:
TextQualifier values:
doublequote | Enter the word "doublequote" |
singlequote | Enter the word "singlequote" |
none | Enter the word "none" |
other | Enter the text qualifier in the qualifier list. For example, if your file uses percent signs to qualify text add a "TextQualifier=%" to the export options string. |