Hi everybody!
In the default solution there is an entity called Category. Each category can have a parent category and this also can have a parent category and so on, so I get a tree.
Now I have a excel file with the following structure (the first line is the header line, the other cells contain the name (title) of the category.
Level1 | Level2 | Level3 | Level4 |
SampleCat | SampleChild | SampleChild2 | |
SampleCat | SampleChild | SampleChild3 | SampleChild4 |
SampleCat2 | SampleChild | SampleChild5 |
After Import I should have 8 (eight) categories
SampleCat and SampleCat2 without parent
SampleChild with parent SampleCat
SampleChild with parent SampleCat2
and SampleChild2, SampleChild3, SampleChild4, SampleChild5
Is there any possiblity to import such file with ootb tools or do I have to write a console application to handle this?
thx for any advice
©a-x-i
Tirol