Hi Experts,
Is it possible to create a hierarchy structure when synchronising data from a CSV? We need to create AccProductGroups in a hierarchy, and it can go many levels deep.
I tried using sync editor but it only creates the first root node (hierarchy sync flag is set on the mapping)
Our CSV schema is something like this
| Ident_AccProduct | Parent FullPath | 
| Parent | |
| Child1 | Parent | 
| Child2 | Parent | 
| Grandchild | Parent\Child1 | 
| GrandGrandChild | Parent\Child1\GrandChild | 
We need to create
- Parent
- Child1
- Grandchild
- GrandGrandChilld
 
 
 - Grandchild
 - Child2
 
 - Child1
 
Thanks
Kin