I have moved an XML Port from NAV 2009 R2 to NAV 2013 R2 and encounter an error when importing a Flat File of Format Variable Text.
The XML Port Properties are:
Format - Variable Text
FieldDelimiter - <">
FieldSeparator - <,>
RecordSeparator - <<NewLine>>
TableSeparator - <<NewLine><NewLine>>
If my File contains data which includes Field Delimiter Characters ("), then the import fails, e.g.
"Field1 Data","Field 2 Data","Field 3 Data"
But if I remove the Field Delimiters, e.g.
Field1 Data,Field 2 Data,Field 3 Data
..then the import works correctly.
Although this is a work-around, it is obviously a hassle for the NAV customer to first edit the Import files prior to importing.
Please could the XML Port be corrected (or is there a Hotfix for this?)
*This post is locked for comments