Data Load utility business object mediators
The data load business object mediator converts the business objects into physical objects. Two types of mediators that are provided with the Data Load utility are the component-based mediator and the table-based mediator. Several component-based mediators are available for catalog, inventory, and price components.
TableObjectMediator
mediator to support loading
data directly into a table. For example, you can use the TableObjectMediator
mediator to load content related business objects, such as attachments or managed files. To use the
TableObjectMediator
mediator, you must know the physical table that you want to
load data into. You also must know the foreign key relationships, how the keys are generated, and
how to resolve the generated keys that are based on the unique index. The column value, which can be
retrieved from the business contexts, also must be known. For more information about this
table-based mediator, see Data Load utility table-based mediator and builder. Component-based mediators
- Marketing mediators
- Promotions mediators
- Commerce Composer mediators
-
Search index
mediators
Note: Search index mediators are supported for use with only the catalog upload feature in Management Center.
Search index mediators are supported for use with the Data Load utility.
- Member mediators
- Catalog filter mediators
- Price mediators
- Catalog mediators
- Inventory mediators
- DataCacheInvalidationEnabled
- actionOnError
- rollbackForAnyException
- summaryReportLevel
Catalog mediators
- validateCatalog
- validateCatalogGroup
- DeltaIndexThresholdUponWorkspaceApproval
- validateScope
- initAttribute
Mediator | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
com.ibm.commerce.catalog.dataload.mediator.AttributeDictionaryAttributeMediator | Populates attribute dictionary attribute physical objects into the following tables: Note: If WebSphere Commerce search is enabled, use the com.ibm.commerce.catalog.dataload.mediator.AttributeDictionaryAttributeSearchIndexMediator
mediator instead of the AttributeDictionaryAttributeMediator. This
mediator can load:
When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.AttributeDictionaryAttributeFolderRelationshipMediator | Writes the relationship between attribute dictionary attributes and attribute folders into the FOLDERITEM database table. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogDescriptionMediator | Generates physical objects from catalog description in the Catalog noun. This mediator populates the CATALOGDSC table. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogEntryAssociationMediator | Generates physical objects for the catalog entry to catalog entry merchandising association relationships. This mediator populates the MASSOCCECE table. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogEntryAttributeDictionaryAttributeExtendedMediator | Writes the relationships between a SKU catalog and attribute dictionary
attribute. This mediator populates the CATENTRYATTR table.
Multiple attribute and value pairs can be specified vertically per record. Example: The input file must refer to a homogeneous collection of existing SKU items that share a
set of attributes. This mediator can automatically create the missing parent table entries using
default values.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogEntryAttributeDictionaryAttributeMediator | Writes the relationships between a SKU catalog and attribute dictionary
attribute. This mediator populates the CATENTRYATTR table. One
pair of attribute and value are specified horizontally per record. Example:
When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogEntryAttributeExtendedMediator | Writes non-attribute dictionary attributes physical objects into the following
tables: This mediator can load multiple attribute and value pairs vertically for a SKU item per
record. Example:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogEntryAttributeMediator | Writes non-attribute dictionary attributes physical objects into the following
tables: This mediator can load: The input file can contain a heterogeneous collection of SKU items that use diversified
attributes.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogEntryCalculationCodeMediator | Loads the calculation code information for catalog entries into the CATENCALCD database table. The mediator transforms the calculation code that is in the
attributes part of the catalog entry noun into physical objects within the database. When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogEntryDescriptionMediator | Generates physical objects from catalog entry description in the catalog entry
noun. It supports transforming descriptions in multiple languages. This mediator populates the CATENTDESC table. When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogEntryDescriptionOverrideMediator | Overrides the catalog entry descriptions for catalog entries. The mediator
populates the following database tables: When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogEntryKitComponentMediator | Generates physical objects from parent catalog entry to child kit component
relationships. This mediator populates the CATENTREL table. When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogEntryMediator | Generates physical objects from the catalog entry noun to create the catalog
entry, descriptions, list price, and attributes. This mediator transforms the catalog entry noun to
a list of physical objects. The transformed data includes the following objects:
This mediator can populate either the classic or attribute dictionary attribute tables. The tables that are updated depend on whether ATTRDICT is initialized, or is going to be initialized for the store that owns the catalog entries. Note: This mediator
supports the mark for delete operation for catalog entries through a configurable property. By
default, this property is enabled and the mediator marks for delete catalog entries. You can disable
this property by including the following configuration in the
<_config:BusinessObjectMediator> element of the business object configuration
file: When
you disable the property, the mediator physically deletes catalog entries.
When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogEntryParentCatalogGroupMediator | Generates physical objects from parent catalog group to child catalog entry
relationships. This mediator populates the CATGPENREL table.
When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogEntryParentProductMediator | Generates physical objects from parent product to child SKU relationships.
This mediator populates the CATENTREL table. When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogEntrySEOMediator | Transforms the SEOURL and SEOProperties within the catalog entry noun. The
mediator populates the following database tables: When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogGroupAssociationMediator | Transforms the association part of catalog group noun to merchandising association physical objects. This mediator populates the MASSOCGPGP table. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogGroupCalculationCodeMediator | Transforms the calculation code information within the catalog group noun into
physical objects. This mediator populates the CATGPCALCD database table. When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogGroupDescriptionMediator | Transforms the description part of catalog group noun into description
physical objects. It supports transforming descriptions in multiple languages. This mediator
populates the CATGRPDESC table. When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogGroupMediator | Transforms catalog group noun to a list of physical objects. The transformed
data includes catalog group base properties, store/catalog group relationships, descriptions,
parent-child catalog group relationship, and catalog/catalog group relationship. This mediator
populates the following tables: Note: This mediator does not support marking a category for delete. When you set a category to
be marked for delete in an input file, the Data Load utility explicitly deletes the
category. The operation also deletes any related records in table CATTOGRP, CATGRPREL, CATGPENREL
tables for the category. The CatalogGroupMediator mediator supports marking
a category for delete through a configurable property. To enable this property, add the following
configuration in the <_config:BusinessObjectMediator> element of the business
object configuration file:
When you load category data and the utility generates an
SEO URL keyword, the utility can generate a different SEO URL keyword if a duplicate keyword is
encountered. When the utility generates an SEO URL keyword for a category, the utility first uses
the category name as the SEO URL keyword. If the keyword is already used by another category, the
utility generates a different keyword with the category name and identifier. If that keyword is
still not unique, the utility then generates a keyword with the category name, identifier, and
language ID. For example, if you are loading data for a category
When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogGroupRelationshipMediator | Transforms the parent catalog group identifier part of catalog group noun to
catalog group relationship physical object. This mediator populates the CATGRPREL table. When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogGroupSEOMediator | Transforms the SEOURL and SEOProperties information within the catalog group
noun. This mediator populates the following database tables: When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.CatalogMediator | This mediator is used for writing catalog. This mediator populates the
following tables: When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
com.ibm.commerce.catalog.dataload.mediator.FulfillmentPropertyMediator | This mediator transforms the fulfillment property part of catalog entry noun
to ATP configuration-related physical objects only when the store (which owns the catalog entry)
inventory system is ATP. Nothing is loaded if the inventory system is not ATP. This mediator is used
for the delta load of ATP configuration data only. This mediator populates the following tables: When you use this mediator, you can include
the following configuration properties in addition to the properties that you can use for any
catalog mediator:
|
Inventory mediators
Mediator | Description |
---|---|
com.ibm.commerce.inventory.dataload.mediator.ExpectedInventoryDetailMediator | Populates the RADETAIL table for stores that
adopt the ATP inventory system. To use this mediator, the vendor name and RA creation time is
required in the input file to resolve the RA ID. When you
use this mediator, you can include the following configuration properties in addition to the
configuration properties that you can use for any mediator:
|
com.ibm.commerce.inventory.dataload.mediator.ExpectedInventoryMediator | Populates the RA and RADETAIL tables for stores that adopt the ATP inventory system. It can also be used to
populate the RA table only if no data for RADETAIL is specified in the input file. In other words,
there are two options to initially load RA and RADETAIL:
When you
use this mediator, you can include the following configuration properties in addition to the
configuration properties that you can use for any mediator:
|
com.ibm.commerce.inventory.dataload.mediator.InventoryReceiptMediator | Populates the RECEIPT and RCPTAVAIL tables for stores that adopt ATP inventory system. However, no data is required in the input file to populate the RCPTAVAIL table. |
com.ibm.commerce.inventory.dataload.mediator.NonATPInventoryMediator | Loads the data into the INVENTORY table for
stores that adopt non-ATP inventory system. When you
use this mediator, you can include the following configuration properties in addition to the
configuration properties that you can use for any mediator:
|
Catalog filter mediators
Mediator | Description |
---|---|
com.ibm.commerce.catalogfilter.dataload.mediator.CatalogFilterCategorySelectionMediator | Populates the CFCATGROUP database table with catalog filter catalog group selection information. |
com.ibm.commerce.catalogfilter.dataload.mediator.CatalogFilterCatentrySelectionMediator | Populates the following database tables with catalog filter catalog entry selection information: |
com.ibm.commerce.catalogfilter.dataload.mediator.CatalogFilterConditionGroupMediator | Populates the CFCONDGRP database table with catalog filter condition group information. |
com.ibm.commerce.catalogfilter.dataload.mediator.CatalogFilterConditionMediator | Populates the CFCOND and CFCONDVAL database tables with catalog filter condition and condition value information. |
com.ibm.commerce.catalogfilter.dataload.mediator.CatalogFilterMediator | Populates the CATFILTER and CATFLTDSC database tables with catalog filter base properties and descriptions. |
Price mediators
Mediator | Description |
---|---|
com.ibm.commerce.price.dataload.mediator.DefaultOfferMediator | Transforms the price list noun information into a list of physical objects for a store default price list. The transformed data includes offer, offer price, and offer description. To use this mediator, either the part number or the unique ID of the catalog entry is required in the input file. This mediator populates the OFFER and OFFERPRICE database tables. |
com.ibm.commerce.price.dataload.mediator.OfferMediator | Transforms the price list noun information into a list of physical objects
under the specified price list that is specified in the input file. The transformed data includes
offer, offer price, and offer description. To use this mediator, either the part number or the
unique ID of the catalog entry is required in input file. If the price list name and the unique ID
are not specified in the input file, the mediator loads the offer data into the default price list
of the store. This mediator populates the following database tables: When you
use this mediator, you can include the following configuration properties in addition to the
configuration properties that you can use for any mediator:
|
com.ibm.commerce.price.dataload.mediator.PriceListMediator | Generates a physical object from the price list noun. The generated data
includes the price list. To use this mediator, either the name or the unique ID of price list is
required in the input file. This mediator populates the TRADEPOSCN database
table. When you
use this mediator, you can include the following configuration properties in addition to the
configuration properties that you can use for any mediator:
|
Member mediators
Mediator | Description |
---|---|
com.ibm.commerce.member.dataload.mediator.MemberGroupMediator | Populates information into the following database tables to create, update, or
delete a member group, such as a customer segment. When you
use this mediator, you can include the following configuration properties in addition to the
configuration properties that you can use for any mediator:
|
com.ibm.commerce.member.dataload.mediator.MemberGroupDescriptionMediator | Populates information into the MBRGRPDESC database table to create, update, or delete descriptive information for a member group in multiple languages. |
com.ibm.commerce.member.dataload.mediator.MemberGroupMemberMediator | Populates information into the MBRGRPMBR database table to
create, update, or delete a member in a member group. This mediator is enhanced to support resolving member ID based on the email addresses for a user. With this enhancement, you no longer need the logon ID or distinguished name of a user to resolve the ID of a member group member. You can use the mediator to create a customer segment that contains members based on a list of email addresses. When you
use this mediator, you can include the following configuration properties in addition to the
configuration properties that you can use for any mediator:
|
com.ibm.commerce.member.dataload.mediator.OrganizationAddressBookMediator | Populates the ADDRBOOK and ADDRESS database tables to create, update, or delete the address information for an organization member. |
com.ibm.commerce.member.dataload.mediator.OrganizationAttributeValueMediator | Loads organization attribute values into the MBRATTRVAL database table. |
com.ibm.commerce.member.dataload.mediator.OrganizationMediator | Loads information into the following database tables to create, update, or delete an organization member: |
com.ibm.commerce.member.dataload.mediator.PersonAddressBookMediator | Loads information into the ADDRBOOK and ADDRESS database tables to create, update, or delete address information for a person member. |
com.ibm.commerce.member.dataload.mediator.PersonAttributeValueMediator | Loads values for the attributes of a person member into the MBRATTRVAL database table. |
com.ibm.commerce.member.dataload.mediator.PersonMediator | Loads the following information about a person member into the WebSphere
Commerce database:
|
Search index mediators
When you use any of the following business object mediators, you can use the
buildSearchIndex
configuration property to configure how the utility loads data. By
including this property, the utility sends a request for the WebSphere Commerce search index to be
rebuilt to include any changes from the data load. You can use this property in addition to the
properties for use with any business object mediator.
Mediator | Description |
---|---|
com.ibm.commerce.catalog.dataload.mediator.AttributeDictionaryAttributeSearchIndexMediator | Requests search indexing to occur to index the attribute dictionary attributes that are being loaded. |
com.ibm.commerce.catalog.dataload.mediator.CatalogEntrySearchIndexMediator | Requests search indexing to occur to index the catalog entries that are being
loaded. When you
use this mediator, you can include the following configuration properties in addition to the
configuration properties that you can use for any mediator:
|
com.ibm.commerce.catalog.dataload.mediator.CatalogGroupRelationshipSearchIndexMediator | Requests search indexing to occur to index the categories and catalog entries that are affected by the relationships between categories and catalog entries that are being loaded. |
com.ibm.commerce.catalog.dataload.mediator.CatalogGroupSearchIndexMediator | Requests search indexing to occur to index the categories that are being loaded. |
Commerce Composer mediators
Mediator | Description |
---|---|
com.ibm.commerce.pagelayout.dataload.mediator.LayoutMediator | Populates the PAGELAYOUT and PLTEMPLATEREL database tables with Commerce Composer layout information. |
com.ibm.commerce.pagelayout.dataload.mediator.LayoutAssignmentMediator | Populates the following database tables with information to assign a Commerce Composer layout to a page: |
com.ibm.commerce.pagelayout.dataload.mediator.PageMediator | Populates the PLPAGE database table with Commerce Composer page information. |
com.ibm.commerce.pagelayout.dataload.mediator.RegisterWidgeDefDescMediator | Populates the PLWIDGETDEFDESC database table with information to register and define a Commerce Composer widget. |
com.ibm.commerce.pagelayout.dataload.mediator.RegisterWidgeDefMediator | Populates the PLWIDGETDEF and PLWIDGETDEFDESC database tables with information to register and define a Commerce Composer widget. |
com.ibm.commerce.pagelayout.dataload.mediator.SeoPageDescMediator | Populates SEO information for a Commerce Composer page into the SEOPAGEDEFDESC database table. When you
use this mediator, you can include the following configuration properties in addition to the
configuration properties that you can use for any mediator:
|
com.ibm.commerce.pagelayout.dataload.mediator.SeoPageMediator | Populates SEO information for a Commerce Composer page into the following database
tables: When you
use this mediator, you can include the following configuration properties in addition to the
configuration properties that you can use for any mediator:
|
com.ibm.commerce.pagelayout.dataload.mediator.SubscribeWidgetDefinitionMediator | Populates the physical object of PLSTOREWIDGET database table from the Widget Definition logical object. |
com.ibm.commerce.pagelayout.dataload.mediator.WidgetMediator | Populates widget information into the PLWIDGET and PLWIDGETREL database tables. |
com.ibm.commerce.pagelayout.dataload.mediator.WidgetNVPMediator | Populates widget name-value pair information into the PLWIDGETNVP database table. |
com.ibm.commerce.pagelayout.dataload.mediator.WidgetSlotsMediator | Populates information into the database to include Commerce Composer widgets within a template slot for a Commerce Composer layout. This mediator populates the PLWIDGETSLOT database table. |
Promotion mediators
Mediator | Description |
---|---|
com.ibm.commerce.promotion.dataload.mediator.PromotionDOMMediator | Populates data into the PX_PROMOTION database table for
creating, updating, or deleting promotions. When you
use this mediator, you can include the following configuration properties in addition to the
configuration properties that you can use for any mediator:
|
com.ibm.commerce.promotion.dataload.mediator.PromotionToDomTransformMediator | Extracts promotion data from the database and converts the extracted logical object into XML. You can use this mediator with the Data Extract utility, which uses the Data Load utility framework and Data Load utility style configuration files. |
Marketing mediators
You can use the following mediators with the Data Load utility to create, replace, or delete marketing objects. You cannot use the following mediators to update existing data. Apply the interim fixes for APAR JR53438.fep and APAR JR53438.fp to add these mediators to your WebSphere Commerce instance.
Mediator | Description |
---|---|
com.ibm.commerce.marketing.dataload.mediator.MarketingActivityMediator | Loads information into the following tables for web, dialog, and email
activities, and for search rules: When you
use this mediator, you can include the following configuration properties in addition to the
configuration properties that you can use for any mediator:
|
com.ibm.commerce.marketing.dataload.mediator.MarketingCampaignMediator | Loads information into the DMCAMPAIGN table for marketing campaigns. |
com.ibm.commerce.marketing.dataload.mediator.MarketingElementMediator | Loads information into the following tables for elements of web, dialog, and
email activities, and for search rules: When you
use this mediator, you can include the following configuration properties in addition to the
configuration properties that you can use for any mediator:
|
com.ibm.commerce.marketing.dataload.mediator.MarketingElementNVPMediator | Loads information into the following tables for the marketing element name-value pair (NVP) information: |
com.ibm.commerce.marketing.dataload.mediator.MarketingContentMediator | Loads information for marketing content. This mediator loads the information into the following tables for only a specific store language. You can specify this language in the environment configuration file: |
com.ibm.commerce.marketing.dataload.mediator.MarketingContentDescriptionMediator | Loads descriptive information for marketing content in multiple languages. This mediator loads information into the following tables: |
com.ibm.commerce.marketing.dataload.mediator.MarketingContentAttachmentMediator | Loads information for associating attachments with marketing content. This mediator loads the relationship descriptive information in only a specific store language. You can specify this language in the environment configuration file. This mediator loads the information into the following tables: |
com.ibm.commerce.marketing.dataload.mediator.MarketingContentAttachmentDescriptionMediator | Loads descriptive information in multiple languages for associating attachments with marketing content. This mediator loads the information into the following tables: |
com.ibm.commerce.marketing.dataload.mediator.MarketingContentImageMapMediator | Loads information for the click action areas for marketing content that includes multiple click actions (image maps). This mediator loads the information into the following tables: |
com.ibm.commerce.marketing.dataload.mediator.AttachmentMediator | Loads name and descriptive information for attachments in a specific store
language. You can specify this language in the environment configuration file. This mediator
populates information into the following database tables: Note: The utility does not load any managed files for attachments. If you plan to load
attachments that have associated managed files, create the managed files in the target store by
using the Assets tool. If you do not create the managed files before you load the attachment
information, the load operation can fail. The operation fails since the Data Load utility cannot
resolve any unique ID values for the managed files. |
com.ibm.commerce.marketing.dataload.mediator.AttachmentDescriptonMediator | Loads descriptive information for attachments in multiple languages. This mediator populates information into the following database tables: |
com.ibm.commerce.marketing.dataload.mediator.AttachmentAssetMediator | Loads attachment asset information for the attachments that belong to a store. This mediator loads the information for only a specific default language. You can specify this language in the environment configuration file. This mediator populates information into the following database tables: |
com.ibm.commerce.marketing.dataload.mediator.AttachmentAssetLanguageMediator | Loads the attachment asset information in multiple languages. This mediator populates information into the following database tables: |
com.ibm.commerce.marketing.dataload.mediator.MarketingSpotMediator | Loads information for e-Marketing Spots into the EMSPOT table. |
com.ibm.commerce.marketing.dataload.mediator.MarketingSpotDefaultContentMediator | Loads information into the following tables for associating default content with e-Marketing Spots: |
com.ibm.commerce.marketing.dataload.mediator.MarketingSpotDefaultTitleMediator | Loads information into the following tables for associating default title content with e-Marketing Spots: |