FAQ
How to map a attribute to a Object Type in CSV import?
Enter the URL of the resource and click "Load." This will display the attributes and their corresponding types.
To map an attribute to an Object Type, select "Type" as "Reference Object" and fill in the two additional fields:
Ref. Obj. Type: Enter the name of the object type you want to reference. Ensure it is spelled correctly.
AQL Field: Provide the query for mapping the data. Use the format
"Attribute Name" = ${Number} "Name" = ${6}
, where "Name" is the attribute in the referenced type, and${6}
is the corresponding value. You can use more advanced queries as well if needed.
Â
Â
Â