DataGrip 2020.3 Help

Import File dialog

Table name, structure and data mappings

ItemDescription
TableThe name of the table.
CommentThe table comment.
Columns | Keys | Indexes | Foreign Keys

Data mappings and definitions of columns, keys, and indexes. Double-click the line to start editing.

The Mapped to field specifies relation of a data column from the file and the corresponding column in the database. If you clear this field, no data is added to the target column in the database.

To remove a column, select the corresponding line and click the Remove button the Remove button.

Data and DDL previews

ItemDescription
Data PreviewThe generated preview of how your data will be imported to the database.
DDL PreviewA statement or statements that DataGrip will run to create a table. You can edit the statements in the DDL preview field.

Encoding, errors, and logs

ItemDescription
EncodingSelect the character encoding for your data in the source file.
Write errors to fileWrite errors that occur during the import in a text file.
Insert inconvertible values as nullInsert the NULL value into the table instead of the data that cannot be converted.
Last modified: 08 March 2021