Marketing attachment assets in multiple languages input file definitions
You can extract the relationship between assets and languages with the Data Extract utility to create a AttachmentAssetLanguage.csv input file that you then can load with the Data Load utility. For example, if you want to copy or move marketing attachments and assets 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 ATCHASTLG database table.
Sample configuration files are also provided for you to use with the Data Load utility to load the asset and language relationship data. When you load the AttachmentAssetLanguage.csv file, the Data Load utility populates the ATCHASTLG database table.
- Marketing attachment input file definitions
- Marketing attachment description input file definitions
- Marketing attachment asset input file definitions
Definitions
identifier
- (Required, String) The identifier for the attachment asset.
This column or element maps to ATCHTGT.IDENTIFIER.
assetPath
- (Required, String) The attachment asset path is the relative path of the attachment asset. This
path includes the directory path and the file name of the attachment asset. For example,
/image/a.gif.
This column or element maps to ATCHAST.ATCHASTPATH.
languageId
- (Required, Integer) The language ID for the language-specific fields in this input file.
This column or element maps to ATCHASTLG.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.