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.

For more information about extracting and loading marketing data, see
When you load descriptive information for marketing content, you might need to load additional information. For example, if the content does not exist in your target store, you must first load the data to create the content. Then, you can load descriptive information in multiple languages for the content or load content attachments. For more information about the marketing content-related data that you can load, see:
Note: A store must be configured to support a language before the descriptive information in that language can display in Management Center.

Definitions

identifier
(Required, 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.