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
AttributeUniqueIdis required. - AttributeUniqueId
- (Integer) The unique reference number of the attribute. Either
this field or the
Identifieris required. - FolderUniqueId
- (Integer) The unique ID of the folder. Either this field, the
FolderNameor theFolderPathis 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
FolderUniqueIdorFolderPathfor the folder. Either this field, theFolderUniqueIdorFolderPathis required. - FolderPath
- (String) The unique file path location for identifying the folder.
Specify this path or the
FolderUniqueIdif theFolderNamecannot uniquely identify the folder. Either this field, theFolderUniqueIdorFolderNameis required. - Delete
- (String) A flag that indicates whether to
delete. Specify
1to delete the row.