Example of Importing from Multiple EIM Tables in a Single .IFB File

You use shell processes to import multiple EIM tables in a single .IFB file. In the sample .IFB file that follows, first EIM_CONTACT is imported, then EIM_ACCOUNT is imported.

[Siebel Interface Manager]
   PROCESS = Import Contacts and Accounts
[Import Contacts and Accounts]
   TYPE = SHELL
   INCLUDE = "Import Contacts"
   INCLUDE = "Import Accounts"
[Import Contacts]
   TYPE = IMPORT
   TABLE = EIM_CONTACT
   BATCH = 100
[Import Accounts]
   TYPE = IMPORT
   TABLE = EIM_ACCOUNT
   BATCH = 200