Samples > Data load utility samples
Examples: Mapping data
The data load utility uses three configuration files when loading data: wc-dataload.xml, wc-dataload-env.xml, and wc-<BO loader>.xml. The wc-dataload.xml file defines the order in which the data is loaded. The wc-dataload-env.xml file specifies the environment information such as database type, context settings, and global properties. The wc-<BO loader>.xml file describes the business objects being loaded into the database; the file is specific for each business object. The following examples show you how to map catalog, price, and inventory data in a CSV data source file.
- Examples: Mapping catalog data
The following examples shows you how to load, insert, or delete catalog data. If you are planning on using the attribute dictionary for the store, make sure you initialize it. See Initialize the attribute dictionary for more information about initializing the attribute dictionary.
- Examples: Mapping pricing data
The following examples shows you how to insert, replace, or delete price data from the database using the data load utility.
- Examples: Mapping inventory data
Previous topic: Inventory samples
Related concepts
Data load architectural overview
Related reference
Related information
Data load business object configuration file