Text Import

Note

Data Import Wizard pages can slightly differ due to the product you have been using.

  1. Decide what table to import the data to:

    For a new table:

    • On the Fusion menu, select Microsoft SQL Server, and click Import Data. The Data Import wizard opens.

    For an existing table:

  • Right-click a table in Database Explorer and select Import Data on the shortcut menu. The Data Import wizard opens with predefined parameters: a Microsoft SQL Server connection, a database, and a table to import the data to.

  • Alternatively, on the Fusion menu, select Microsoft SQL Server, click Import Data, and select a required table on the Destination table wizard page.

  1. Select Text import format and specify a location of Source data. Click Next.

  2. Specify a Microsoft SQL Server connection, a database, 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 Microsoft SQL Serverconnections, click the corresponding buttons. Click Next.

  3. Select how you want to split the Source data into columns:

  • Manual - for manual splitting. In the Preview section, double-click desired positions to set column ranges. The markers will appear. You can move them forward or backward to change the columns length. To remove the markers, double-click them.

  • Fixed width - to split into columns with fixed width. Specify a width value and see how the Source columns are splitted in the Preview section.

  • Delimiter - requires you to specify a column delimiter. See the result in the Preview section.

  1. Specify additional options to customize the import. (For more information, go to Text Options, Data Import Wizard topic.) Click Next.

  2. Map the Source columns to the Target ones. If you are importing the data into a new table, dbForge Fusion for SQL Server 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 in the top and the Source columns at the bottom of the wizard page. To change automatic mapping, do the following:

  • (for columns splitted with a delimiter) Click Source column fields in the top grid and select required columns from the drop-down list.

  • (for columns with fixed width or manual splitting) Select a Target column in the top grid and click the Unmap button. To map it to a Source column, click a required one in the bottom grid and click the Map button. The length and starting position values of the Source column will appear in the corresponding fields in the top grid. If required, you can change these values manually. (For more information about mapping, go to Mapping for Text Data, Data Import Wizard topic.)

    Note

    To cancel mapping of all the columns, click Clear Mappings on the toolbar. To restore it, click Fill Mapping.

  1. 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.

  2. Specify data formats for the Source data and click Next.

  3. Select an import mode to define how dbForge Fusion for SQL Server should import the data. Click Next.

  4. Select how dbForge Fusion for SQL Server should handle errors during import and whether you want to get a log file with details about the import session.

  5. Click Import and see the import progress. dbForge Fusion for SQL Server will notify you whether the import completed successfully or failed. Click the Show log file button to open the log file.

  6. Click Finish to finish the import and close the wizard.

Note

You can save the import settings as a template for future uses. Click the Save Template button on any wizard page to save the selected settings. Next time, you should only select a template and specify a location of the Source data - all the settings will be already set. For more information, go to Saving and Using Templates topic.