Property file information
The property file information illustrates the format that the property file uses to configure the import process. In order for IBM® Product Master to import the data, this property file is required. The first line in the property file must be a header line (Property, Value). This is required for good readability. The properties in the property file are case sensitive.
The property file is in the form of key value pairs and
contains the default values and the properties which are common for
all the items in the data file. This file contains properties such
as the following:
- Name of the default catalog. You can import the value into the catalog specified in the property file when there is no catalog information for the item in the data file.
- Name of the collaboration area. Collaboration Area value can be the hard coded collaboration area name or the fully qualified name of the implementation class of the WorkflowIdentifier interface with the prefix "extn:".
- Option to disable validation processing
- Size of the item checkout. This property defines the size of the collection of items to be checked out into the collaboration area.
- Batch size of the items saved. The data loader program supports batching while saving the items, and ItemSaveBatchSize specifies the batch size.
Property | Value |
---|---|
Catalog | LoaderCatalog |
CollaborationArea | LoaderCollaborationArea |
DisableProcessingOptions | true |
ItemCheckoutSize | 100 |
ItemSaveBatchSize | 100 |