Process Section Parameters Used for Merges
Parameters in the process section apply only to that specific process and override any corresponding value in the header section for the specific process. For generic parameters that can be used in all EIM processes, see Process Section Parameters Generic to All EIM Processes.
To merge data, you must define at least one process with type = merge. The following example contains lines that can be used in the EIM configuration file to define a merge process for the Accounts table.
[Merge Accounts]
TYPE = MERGE
BATCH = 1
TABLE = EIM_ACCOUNT
UPDATE ROWS = TRUE
Note: For performance reasons, you should limit the number of tables
to merge in a single process section to five or less.