This dialog opens when exporting delimiter-separated values from the table editor to a database.
- Table name, structure and data mappings
- DDL preview
- Encoding, Write errors to file and Insert inconvertible values as null
Table name, structure and data mappings
| Item | Description |
|---|---|
| Table | The name of the table. |
| Comment | The table comment. |
| Columns / Keys etc. |
Data mappings for columns, and the definitions of the columns, constraints and indexes.
|
DDL preview
The statement or statements that will be run. You can edit the statements right in this pane.
Encoding, Write errors to file and Insert inconvertible values as null
| Item | Description |
|---|---|
| Encoding | The character encoding for your data in the source file. |
| Write errors to file | If you select the check box, the lines that cannot be imported are written to the specified text file. |
| Insert inconvertible values as null | If you select the check box, NULLs will be inserted into the table for the data that cannot be converted. |
.