2018.1

Table Of Contents
CSV file options
o
Encoding: The Designer can not infer from a CSV file what encoding it is in. The default
is right in the large majority of cases, but when it isn't, it can be very difficult to figure out
the correct encoding. Ask your source what the encoding of the file is.
o
Field separator: Choose the character that separates the fields in the file.
o
Comment delimiter: If there are comment lines in the file, type the character that starts a
comment line.
o
Text Delimiter: Type the character that surrounds text fields in the file. Other delimiters
will not be interpreted within these text delimiters.
o
Ignore unparsable lines: When checked, any line that does not correspond to the above
settings will be ignored.
o
First row contains field names: Check this option to use the first line of the CSV as
headers. This option automatically names all extracted fields.
MDB file options
o
File: Include the full path to the file.
o
Password: If the file isn't password protected, you can click Next without filling out this
field.
o
Table name: Use the drop-down to select the appropriate table or stored query to retrieve
the appropriate data set.
o
Encoding: Use the drop-down to select the encoding with which to read the data in the
table.
XML File options
Select what level of XML elements defines a record.
The Trigger is what triggers the creation of a new record. It can be set to:
l
On element: This defines a new record when a new element occurs on the selected XML
level.
l
On change: This defines a new record when a specific field under the chosen XML level
has a new value. After selecting this option, you have to select the field that triggers the
creation of a new record.
Page 662