Hi there,
I am trying to import the following group structure with a main group and two sub groups:
Name | Parent |
Main Group | |
Sub 1 | Main Group |
Sub 2 | Main Group |
When I run an importer with Name mapped to GroupName and Parent mapped to ParentGroups, the groups are imported correctly as follows:
ID | Language | Name |
ImportedGROUP1 | LANG1 | Main Group |
ImportedGROUP2 | LANG1 | Sub 1 |
ImportedGROUP3 | LANG1 | Sub 2 |
However, the relationships are wrong. In EcomGroupRelations I have this:
Group ID | Parent ID |
ImportedGROUP2 | Main Group |
ImportedGROUP3 | Main Group |
Notice how the Parent ID contains the name of the group, not its ID (ImportedGROUP1). How can I tell DW to use the ID of the parent group when creating this mapping?
I am using 9.2.14 with CSV as the source and EcomProvider as the target.
Thanks!
Imar