Siebel Enterprise Integration Manager Administration Guide > Exporting Data > Editing the Configuration File for Export Processing >

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.

Siebel Enterprise Integration Manager Administration Guide