- Issue created by @omnia.ibrahim
- Status changed to Closed: works as designed
about 1 year ago 1:16pm 11 October 2023 - 🇧🇪Belgium dieterholvoet Brussels
This module is not intended for taxonomies, only composite entities: entities that are only relevant in context of their parent, eg. paragraphs. For taxonomies in a hierarchy, you would have to create a migration for the taxonomies, making sure to map the
weight
andparent
fields. You can map theweight
1 on 1 and for theparent
field you would use themigration_lookup
plugin, with asmigration
the newly created taxonomy migration. - 🇪🇬Egypt omnia.ibrahim
Thanks a lot for your reply, do you have an example using migration_lookup with parent? I tried to set parent_target_id and it didn't work.
- 🇧🇪Belgium dieterholvoet Brussels
No sorry, I'm not sure about the exact property names to use, that depends on the context.