Import File

Use this dialog to import a delimited file, usually a CSV, into a database. This feature allows you to map fields to an existing database table. The dialog can also generate a CREATE TABLE statement of a stage table with all VARCHAR columns and automatically map to that table.

Though this import process is threaded, it uses the same database connection as the parent SQL Console window. If you want to do other database work while the file loads, you'll want to open another SQL Console window.

Import Source

Import Target

Import Mapping

Back to Table of Contents.