Import Table Definition¶
Import Table Definition¶
- Click 'Table management' in "Manage" screen, and then 'Table management' view is opened.
- Click the import icon next to '+ New Table' on the 'Table management' view.
![]()
Tip
Only table definitions of CELF database (default) in ‘Database to connect to’ can be imported.
- Select the format of the file to be imported and select the file to import.
![]()
Tip
When selecting a file, the 'Create table' dialog will be displayed with the table name, column name, and column type as shown below:
![]()
Please refer to Create Table for creation of table.
Hint
'CELF table definition file (.clt)' is created by exporting the table definition.
In addition to creating the CSV file (.csv) by exporting the table definition, it can also be created in the following format:
![]()
Specify the column type as follows:
Column type In CSV Integer integer String text Number (with decimal point) float Calendar date Datetime datetime For the CSV file (.csv), omit the 'ID', 'LAST_UPDATER' and 'LAST_MODIFIED' columns. These columns are registered automatically.
Regarding exporting table definition, refer Export Table Definition.
Important
To import table definitions, users require the following permissions.
- Application author
- Database administrator
Related keywords¶
read, load, format, comma, separate, separator, delimiter
