Cloud Software Group, Inc. EBX®
Data Exchange Add-on Documentation > Reference Guide > Import Options
Navigation modeData Exchange Add-on Documentation > Reference Guide > Import Options

SQL import options

Overview

The sections below describe the pages and options you will be presented with when importing from an external database:

Configuration page

This screen allows you to specify the source table or view in the external database on which the add-on reads data from and choose the Java class used to map data. All the tables in the connected external database display in the SQL table view property's drop-down list. The options include:

Options

Definition

Import mode

  • Update or insert: If a record with the same primary key already exists in the target table, it is updated. Otherwise, a new record is inserted.

  • Replace all content: All existing data in the table will be deleted before importing the data.

Force import

When activated, this option disables all triggers and constraints. Otherwise, all triggers and constraints are enabled.

Ignore the empty or null values

By default, the existing record is not updated with null and empty cell values from the imported data.

Check empty or null primary keys

The add-on verifies that all primary keys are mapped and validates the data before importing. If you disable this option, the add-on does not perform this verification.

SQL table or view

Allows you to choose from external database tables or views based on the data source names which are declared in the configuration.

SQL predicate

Defines the SQL predicate as conditions to filter out data of SQL table or view to import into an EBX® table.

Mapping Java class

Displays all pre-defined SQL java classes used to map columns.

Column mapping page

This page allows you to map source columns in the database table with EBX® table columns. You can select or ignore columns by checking the checkbox before each field name prior to data import.

Results page

This page provides an overview of results from an import. From this page you can exit, or start a new import.