
Marketing attachment description input file definitions
Use a AttachmentDescription.csv input file to load data to create descriptive information for the attachments that are associated with marketing objects in a store. After you load the data, business users can manage the new descriptive information with the Assets tool.
You can extract the descriptions for marketing attachment objects with the Data Extract utility to create a AttachmentDescription.csv input file that you then can load with the Data Load utility. For example, if you want to copy or move marketing attachments between stores or instances, such as for creating one or more test environments. Sample configuration files are provided for you to use with the Data Extract utility to extract the description data in multiple languages from the ATCHTGTDSC database table.
Sample configuration files are also provided for you to use with the Data Load utility to load the attachment description data. When you load the AttachmentDescription.csv file, the Data Load utility populates the ATCHTGTDSC database table.
- Marketing attachment input file definitions
- Marketing attachment asset input file definitions
- Marketing attachment assets in multiple languages input file definitions
Definitions
identifier
- (Mandatory, String) The identifier for the attachment target.
This column or element maps to ATCHTGT.IDENTIFIER.
name
- (String) The language-dependent name of the attachment target.
This column or element maps to ATCHTGTDSC.NAME.
shortDescription
- (String) The short description of the attachment target.
This column or element maps to ATCHTGTDSC.SHORTDESCRIPTION.
longDescription
- (String) The long description of the attachment target.
This column or element maps to ATCHTGTDSC.LONGDESCRIPTION.
languageId
- (Integer) The primary key of the attachment asset language.
This column or element maps to ATCHTGTDSC.LANGUAGE_ID.
delete
- (String) Indicates whether to delete the record. Specify
1
to 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.