To configure Bulk Import tool, modify the parameters in the configuration file.
Copy the CEBI_cfg.sample file from the installation directory to create a Bulk Import tool configuration file, CEBI.cfg, that is specific to your system. Enter the appropriate values in the CEBI.cfg file. When you modify the configuration file, a line that begins with a semicolon (;) is a comment line and is ignored by the program. Blank lines are also ignored.
To specify multiple object stores, create a CEBI.cfg file for each object store. Start Bulk Import tool with the -h<file list of home directories> flag. Each home directory that you specify requires a CEBI.cfg that uses a specific object store.
java -cpclasspath;BulkImport.jar bulkImport.BI_Start -h /home path -G
Enter
your class path information and the Bulk Import
tool directory for home path. The files DocClassAttributes.txt and DocClassAttributes.xml are
created in the home directory that you specified in the command. Use
the information in either of these files to update your CEBI.cfg file
to specify the following parameters:You can modify the date format, for example yyyy/MM/dd or dd/MM/yyyy. But your format must match the date format that is used in the .dat file. 'T' must be uppercase and 'z' can be either case if it matches the format in the .dat file.
The order of the IndexName entries is the expected order of the values that are found in the transact.dat file.
You cannot use multiple valued properties and choice lists.