Tips & Tricks

Using Text Qualifiers in IntelliFeed

1 minute read

In a method similar to that employed by the Microsoft Office suite, you can specify to use text qualifiers when importing data using IntelliFeed.

The import definition file will have a section similar to the one below, which specifies the expected input file format.

 

<ImportFile>
<Format>CSV</Format>
<FieldSeparator>|</FieldSeparator>

 

to this section, you need to add the following

<File DataEnclosedInQuotes=”yes”>

 

Any field separators (must usually a comma) enclosed within the ” characters should be treated as part of the string.

 

Procentia Support

February 2022