Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion dynamics-nav/FieldDelimiter-Property.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ Specifies the text delimiter for a field.
## Remarks
The default value is " (double straight quotes).

You can set the field delimiter in C/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.
You can set the field delimiter in C/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.

Escaping the field delimiter within the field value as documented in [RFC 4180 standard](https://www.ietf.org/rfc/rfc4180.txt) is not respected.

## See Also
[Properties](Properties.md)