Table of Contents
Export Wizard Help
You can open a wizard to export data in two ways:
- From menu File -> Export...
Datasource Page
If you open a dialog through the File menu, and at the same time, in the Schema Editor will not be selected a table for export, at the first stage, you will need to select a database and a table to export.
- Database - name of a database that contains table for export.
- Table - list of tables in a selected database. You should chose table from this list to export data.
Export Page
- File - full path to a file. Open an OS dialog window using the button with folder icon, to select existing, or create new file.
- Source Fields - a list of all fields of the table.
- Fields to Export - a list of fields, data of which should be exported.
- Add - Adds selected field from the list of source fields, to the list of fields to export.
- Remove - Removes selected field from the list of fields to export.
- Add All - Adds all fields from the list of source fields, to the list of fields to export.
- Remove All - Removes all fields from the list of fields to export.
- Field Delimiter - Determines character that will be used as a field delimiter. You can select one of the standart delimiters like SPACE, COMMA, SEMICOLON, COLON. Also you can assign custom delimiter - switch radiobutton to *Other* and set a character in corresponding text field.
- Line Delimiter - Determines character that will be used as a line delimiter. You can select one of the standart delimiters for your OS - Mac OS (up to 9), MSDOS, UNIX. Also you can assign custom delimiter - switch radiobutton to *Other* and set a character in corresponding text field.
- Encoding - Determines encoding of the exported file - UTF8 or UTF16.
- Has column header - Determines, whether data will contains column header line or not?