

| • | Encoding -- Specifies the encoding of the CSV file. |
| • | Delimiter -- Specifies the character that separates values in the CSV file. |
| • | First row contains field names -- If checked the default column headers are replaced by the content of the first row. |
| • | Values -- The first 5 rows in the CSV file are displayed in tabular form. If the displayed data is not as expected, try again by choosing a different Encoding or Delimiter. The headers show how data found in the CSV file is mapped to XML: |
|
< |
Data in column is mapped to XML elements (<element>...</element>). |
|
@ |
Data in column is mapped to XML attributes (attribute="..."). |
|
[ |
Data in column is mapped to XML CDATA Sections (<![CDATA[[...]]>). |
|
! |
Data in column is mapped to XML Comments (<!--...-->). |
|
x |
Data in column is not used. |
| • | Preview -- An example of what the generated XML will look like. |