Setting Delimiter (Step 3) - TXT, XML

TXT

Define Field Delimiter, Record Separator and Text qualifier for file. Record separator indicates how the file recognizes as new record (row).

Note: You should choose Comma for Field delimiter if you are importing CSV file.



Choose Fixed Width to import the text file with fixed width format. To delimit the source column bounds, click on the desired position. To remove it, just simply double-click the break line.



XML

Define tag to identify table row.

Consider tag attributes as table field
For example:

<row age="17">
<id>1</id>
<name>sze</name>
</row>

With this option is on, Navicat will recognizes "age" as a table field together with "id" and "name", otherwise, only "id" and "name" will be imported as table fields.

Note: Navicat does not support multiple level of XML file.