FieldDelimiter Property

Version: Available or changed with runtime version 1.0.

Specifies the text delimiter for a field.

Applies to

  • Xml Port

Syntax

FieldDelimiter = '<None>';

Remarks

FieldDelimiter is only used if the Format property is set to Variable Text. Otherwise, the setting is ignored.

The default value is “”, an empty string.

You can set the field delimiter in AL code so that the XMLport can import and export records with different delimiters. For example, if your XMLport must import from a file or stream where one record uses commas and another uses an empty string, you can change the field delimiter property at run time.

See Also

Properties