Example: Catalog entry defining attributes

We can use the Data Load utility to insert, replace, or delete multiple defining attributes for products at the same time. Defining attributes apply to products only. SKUs, bundles, and kits cannot have defining attributes.

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.


CSV column and XML element definitions


CSV file with sample catalog entry defining attribute data

Insert or replace This file contains sample products with defining attributes. As SKUs, bundles and kits cannot have defining attributes, these catalog entry types are not included in the sample CSV file. CSV file with sample catalog entry defining attribute data. Due to the large number of fields in the CSV file, the table is split into two sections:

Formatted CSV file with column headings
PartNumber Type Name Sequence Description
Example-PN-10001 String Color 1 The color of the item
Example-PN-10002 String Size 2 The size of the item

Formatted CSV file with column headings - continued
SecondaryDescription GroupName Field1 Footnote
Clothing A A
Clothing B B

Delete This file contains sample catalog entry defining attributes that get deleted: CSV file with sample catalog entry defining attribute data.

Formatted CSV file with column headings
PartNumber Type Name Sequence Description
Example-PN-10001 String Color 1 The color of the item
Example-PN-10002 String Size 2 The size of the item

Formatted CSV file with column headings - continued
SecondaryDescription GroupName Field1 Footnote Delete
Clothing A A 1
Clothing B B 1


Mapping data

The following code snippet from the catalog entry defining attributes loader configuration file demonstrates how to map each value to a business object logical schema path.

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 mediator class name is CatalogEntryAttributeMediator.

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.