AttributeDictionaryAttributeFolderRelationship

Use the AttributeDictionaryAttributeFolderRelationship keyword to load the relationship between attribute dictionary attributes and attribute folders.

Your input file loads only the association between an attribute and an attribute folder, not the actual attribute or folder. Before you can load an attribute folder association, both the folder and the attribute must exist in your database.

You can load an attribute and folder relationship in either a CSV or XML formatted load file. If you choose to create and use an XML formatted file, ensure that your file uses the following XML element names:

CSV column and XML element definitions

Identifier
(String) The unique reference name for identifying the attribute. Either this field or the AttributeUniqueId is required.
AttributeUniqueId
(Integer) The unique reference number of the attribute. Either this field or the Identifier is required.
FolderUniqueId
(Integer) The unique ID of the folder. Either this field, the FolderName or the FolderPath is required.
FolderName
(String) The reference name for identifying the folder. The folder name must be unique under a parent folder but different parent folders can contain subfolders that have the same name. If the folder name exists within multiple folders, specify the FolderUniqueId or FolderPath for the folder. Either this field, the FolderUniqueId or FolderPath is required.
FolderPath
(String) The unique file path location for identifying the folder. Specify this path or the FolderUniqueId if the FolderName cannot uniquely identify the folder. Either this field, the FolderUniqueId or FolderName is required.
Delete
(String) A flag that indicates whether to delete. Specify 1 to delete the row.