This topic describes how to import data from a MS Excel file using Data Import/Export Tools for PostgreSQL.
Note
Data Import Wizard pages can slightly differ due to the product you have been using.
Decide what table to import the data to:
For a new table:
For an existing table:
Select Excel (for Excel 97-2003) or Excel 2007 import format, specify a location of Source data, and click Next.
Specify a PostgreSQL connection, a database, a schema, and a table to import the data to. If you selected a table in Database Explorer before opening the Data Import wizard, the wizard will open with the predefined connection parameters of the selected table. To create or edit PostgreSQL connections, click the corresponding buttons, and then click Next.
Preview the Source data and specify additional options to customize the import:
Click Next.
Specify data formats for the Source data and click Next.
Map the Source columns to the Target ones. If you are importing the data into a new table, dbForge Studio will automatically create and map all the columns. If you are importing into an existing table, only columns with the same names will be mapped, the rest should be mapped manually. (If no columns with the same name are found, they are mapped in succession - the 1st column in Source with the 1st column in Target, etc.)
See the Target columns on top of the wizard page and the Source columns at the bottom. Click the Source column fields and select required columns from the drop-down list.
Note
To cancel mapping of all the columns, click Clear Mappings on the toolbar. To restore it, click Fill Mapping.
If you are importing to a new table, you can edit the Target column properties by double-clicking them in the top grid. Select the Key checkbox for a column with a primary key and click Next. Note that you should select at least one column with a primary key, otherwise, some of import modes on the Modes wizard page will be disabled.
Select the import mode to define how dbForge Studio should import the data, and then click Next.
On the Errors handling wizard page, select how dbForge Studio should handle errors during import and whether you want to get a log file with details about the import session.
Note
You can save the import settings as a template for future uses. To save the selected settings, on any wizard page, click Save Template. Next time you should only select a template and specify a location of the Source data - all the settings will be already set.