Hi All,
I'm finding a way to create a tree of groups/subgroups using a script (Python / Powershell) in a bulk action.
The tree should be: Region ---> Country ---> Location
For example:
Europe -- Italy -- Location A
Europe -- Italy -- Location B
Europe -- Germany -- Location C
..
APAC -- China -- Location D
..
After that we need to bulk create (and insert) nodes into respective Locations.
Data for both groups and nodes are available in a csv file.
Anyone can help please?
Regards
Tommaso