
In the Sources list, click tables that you want to configure. In the Table list, type a name of a new table or select an existing table to add data to the selected table. In case of a single table, this menu item is called Target schema. Press Ctrl+Shift+A, type copy table to and press Enter.įrom the Target schema for all sources list, select a schema in which you want to create a table. Right-click the selection and click Copy Table to….ĭrag the selection to a schema or a database. To open the Import 'table_name' Table dialog, you can use the following actions: Open the Import 'table_name' Table dialog. Select tables that you want to copy to a different schema, database, or existing table. Import multiple tables to a different schema, database, or existing table If you perform the same actions for an existing table, DataGrip adds the data to that table. If you drag a file into a schema or carry out the Import from File command for a schema, DataGrip creates a new table for the data that you import. To select a schema or a table, use Table and Target schema for all sources lists. You can select in what schema to create a table and whether to import data to a new table or an existing one. You can go through the files in the Sources pane. In the Import "file_name" File dialog, specify the data conversion settings for every file. Navigate to the files that contain delimiter-separated values, select them, and click Open. Import multiple CSV files into a database To mark the first row as a header, right-click the row in the Data Preview pane and select First Row Is Header.įor more information about data conversion settings, see Import File dialog. To select a schema or a table, use Table and Target schema lists. In the Import "file_name" File dialog, specify the data conversion settings and click Import. Navigate to the file that contains delimiter-separated values and double-click it.

#Dbschema load from .dbs file windows#
In the Database Explorer ( View | Tool Windows | Database Explorer), right-click a schema or a table and select Import/Export | Import Data from File(s). Import delimiter-separated values into a database To see other options of how you can run an SQL file against a database, see Database code. In the file browser, navigate to the SQL file that you want to apply. In the Database Explorer ( View | Tool Windows | Database Explorer), right-click a data source. In addition to script files, you can import a CSV, TSV, or any other text files that contain delimiter-separated values.

To import data from a script file, run the file as it is described in Database code.
