AX1396
Import Wizard: General tab
On the General tab of the Import Wizard, you can define general properties for the import—such as the import name and save options.
Item | Description |
---|---|
Import Name |
The name of the import. The import name is how you access and execute imports from the Imports menu, and in other areas such as the Import ETL Package task in Scheduler. |
Description |
Optional. The import description. The description can be used to document the purpose of the import and/or to detail important import instructions. The description is limited to 2000 characters. When an import is opened in execute-only mode, the description can be viewed by clicking the Show description link in the Execute Import dialog. |
Save Options
The save options impact how data is saved to the destination table when the import is executed.
Item | Description |
---|---|
Ignore lookup and key errors |
Specifies the import behavior if lookup and key errors exist in the temp table data before saving to the destination table. These errors include invalid lookup data, blank keys, and duplicate keys.
NOTES:
|
Aggregate rows on final save |
Specifies whether duplicate rows are aggregated during the final save to the destination table. Duplicate rows are rows that have the same key column values.
Disabling this option may improve import performance for large imports where aggregation is not necessary. NOTE: This option does not apply when the destination table for the import is a reference table, or any table with an identity key column. |
Bypass updating existing rows when saving to the destination table |
Specifies whether the import saves both updated data and new data, or just new data.
Enabling this option may improve import performance for use cases where the import source is not expected to contain updates to existing data. Keep in mind that if you enable the option and the import source does contain updates to existing data, the updates are simply ignored with no warning. NOTE: If this option is enabled, existing records in the source data may still cause import errors, even though these records will be ignored for the final save to the destination table. |