IDtTextConsumer.DelimitedTextQualifier

Syntax

DelimitedTextQualifier: String;

Description

The DelimitedTextQualifier property determines the character used as a text delimiter. Text fields values in the file are limited by this symbol. By default the property is set to the " " " value.

The following values are acceptable as a value of this property:

Example

The property use is given in the example for IDtTextConsumer.DelimitedColumnDelimiter.

See also:

IDtTextConsumer