How can I Import nested dictionary items or set a parent dictionary key. ?
I have tried to create a dictionary item in the root which I want to be the parent for all my imported items. But when I import my Excel file it places all items in the root.
My Excel file contains these columns:
parentKey === key === da === en-gb
This issue is caused by a bug. I have fixed and you can use hotfix below. Tested againts mapping below. Key is the primary key. Parent Foreign and now Contact and Productinfo are rootnodes and other are child nodes after import.
Import Nested dictionary items in V8
Hi Richard,
How can I Import nested dictionary items or set a parent dictionary key. ?
I have tried to create a dictionary item in the root which I want to be the parent for all my imported items. But when I import my Excel file it places all items in the root.
My Excel file contains these columns: parentKey === key === da === en-gb
I have tried to set parrentKey
Umbraco 8.6.4 CMSImport v4
/ Søren
Hi Søren,
This issue is caused by a bug. I have fixed and you can use hotfix below. Tested againts mapping below. Key is the primary key. Parent Foreign and now Contact and Productinfo are rootnodes and other are child nodes after import.
Download hotfix
Hope this helps,
Richard
Hi Richard,
Awesome - It's working.
Thank you for a quick response
/Søren
is working on a reply...