Marketing content attachment input file definitions
Use a MarketingContentAttachment.csv input file to load data to create attachment information for the marketing content that belongs to a store. After you load the data, business users can manage the new content attachment information with the Marketing tool.
Definitions
contentName- (Mandatory, String) The name of the marketing content.
When you use the Data Extract utility to generate the MarketingContentAttachment.csv file, the utility uses the ResolveValueBasedOnSQLHandler to extract the value for
contentName. The utility extracts the value for the COLLATERAL.NAME database column based on the COLLATERAL ID value that is in the ATCHREL.BIGINTOBJECT_ID database column.This column or element maps to COLLATERAL.NAME.
attachmentIdentifier- (Mandatory, String) The identifier for the attachment target.
This column or element maps to ATCHTGT.IDENTIFIER.
usageName- (Mandatory, String) The identifier for the usage relationship for the attachment.
This column or element maps to ATCHRLUS.IDENTIFIER.
sequence- (Double) The sequence that the attachment displays for the marketing content.
This column or element maps to ATCHREL.SEQUENCE.
relationName- (String) The language-dependent name for the attachment relationship.
This column or element maps to ATCHRELDSC.NAME.
relationShortDescription- (String) The short description for the attachment relationship.
This column or element maps to ATCHRELDSC.SHORTDESCRIPTION.
relationLongDescription- (String) The long description for the attachment relationship.
This column or element maps to ATCHRELDSC.LONGDESCRIPTION.
delete- (String) Indicates whether to delete the record. Specify
1to delete the record.Note: If you want to delete all of the database records that match the records in a file, you can run the Data Load utility in delete mode. For more information, see Configuring the data load order.