CatalogGroupAttachment

Use the CatalogGroupAttachment keyword and a CatalogGroupAttachment.csv to load category attachment relationships. With this input file, you can associate attachments, such as images, with categories. After you load this data, business users can manage the attachment associations for the categories with the Catalogs tool.
Sample configuration files are provided for you to use with the Data Load utility to load the category attachment relationsip data. When you load a CatalogGroupAttachment input file, the Data Load utility populates or updates the ATCHREL database table.
Note: Both the category and attachment objects must exist before you load the relationship data.

CSV column definitions

GroupIdentifier
(String, Required) The external name that is used to identify the category. Maps to CATGROUP.IDENTIFIER and is used to identify the CATGROUP_ID value to populate the ATCHREL.OBJECT_ID column. Displays as the Code value for the category in the Catalogs tool.
TargetIdentifier
(String, Required) The identifier that represents the attachment target. Maps to ATCHTGT.IDENTIFIER and is used to identify the attachment information to populate the ATCHREL database table, such as ATCHTGT_ID value to include in the ATCHREL.ATCHTGT_ID database column. Displays as the Code value for the attachment in the Catalogs tool.
Sequence
(Decimal) An optional number that is used to control the order in which the associated asset displays for the category.

Maps to and populates the ATCHREL.SEQUENCE database column. Displays as the Sequence value in the Associated assets table of the Associated Assets tab for the category in the Catalogs tool.

Delete
(String) A flag that indicates whether to delete. Specify 1 to delete the row.