Example: Catalog entry and attribute dictionary attribute values

Use the Data Load utility to insert, replace, and delete relationship between catalog entry and attribute dictionary attribute values simultaneously.

This example uses a CSV file to demonstrate how to insert, replace, or delete your data. We can also create and use an XML formatted file to insert, replace, or delete your data. If you choose to create and use an XML formatted file, ensure that your XML elements use the same names as are used for CSV column names.

Note: If the site uses SEO and plans to load SEO URLs for catalog entries with the Data Load utility, configure the Data Load utility to load SEO information. In the load order configuration file, we must include the loadSEO parameter with a value set to be "true". This parameter must be set within the data load order configuration file with the following format:


CSV column and XML element definitions

Other optional fields not included in this example are:


CSV file with sample attribute dictionary attribute and value data

In this example, the CSV file contains attribute dictionary data.

PartNumber AttributeIdentifier ValueIdentifier
Shirt-Red-Large ShirtColor Red
Shirt-Red-Large ShirtSize Large


Mapping data

The following code snippet demonstrates how to map each value to a business object logical schema path. This code snippet is from the catalog entry and attribute relationship load configuration file

If you perform an insert or replace operation, do not specify the "Delete" column in the CSV file or we can leave the "Delete" column empty.


Business object mediator

The data load framework provides a business object mediator for inserting, replacing, and deleting relationship between catalog entries and attribute dictionary attributes. The mediator class name is CatalogEntryAttributeDictionaryAttributeMediator.

Note: When we use a mediator that is provided with WebSphere Commerce with the Data Load utility, the utility assumes that we are loading data for all columns for a business object. To update the data in only specific columns, configure a column exclusion list for the load process. A column exclusion list causes the Data Load utility to ignore specific columns during the load operation. If you do not use a column exclusion list, the utility updates all columns in the row of a database table row when the utility updates the row. If no value is set in the input file, the utility can replace the existing column value with a default value or set the value to be null. See Configure a column exclusion list.