Data Load utility configuration file schema
The Data Load utility contains several configuration files. We can use the configuration file schema to understand and customize the data load configuration files.
- Order configuration file (wc-dataload.xsd)
Defines characteristics such as: which environment the data is loaded into; what data and business objects to load; the data load order; the location of the data to load and the default data load options.- Environment configuration file (wc-dataload-env.xsd)
Defines the target database environment that the Data Load utility is loading data into.- Business object configuration file (wc-dataload-businessobject.xsd)
Defines how data is mapped to WebSphere Commerce business objects. This file also specifies the data persistence method.- Common configuration file (wc-dataload-common.xsd)
Defines business context information specific to a load item. Note that global business context information can be specified in the environment configuration file and can be overridden at the load item.- Data source configuration file (wc-dataload-datasource-data.xsd)
Defines the data reader data supported for use with the CSV Reader.