Process Section Parameters Used for Exports

Parameters in the process section apply only to that specific process and override any corresponding value in the header section for the specific process. This section describes the parameters used in the process section that are specific to an export process. For generic parameters that can be used in all EIM processes, see Process Section Parameters Generic to All EIM Processes.

To export data, you must define at least one process with type = export. The following example contains lines that may be used in the EIM configuration file to define an export process from the S_PARTY table and its extension tables.

[Export Accounts]
  TYPE = EXPORT
  BATCH = 2
  TABLE = EIM_ACCOUNT
  EXPORT ALL ROWS = TRUE
Note: For performance reasons, you should limit the number of tables to export in a single process section to five or less.