Hi,
I have many categories (~350) with a max depth of 8 levels in the arborescence.
I want to export them and to be able to re-import them (for recreating them in a another DB, or copying them as PoS categories).
I cannot make it work. I tried :
- import with fields `name` and `parent` mapped to "Mother Category". It gives an error, when there is `/` in the parent name, it cannot match it.
- same as 1), but i did it in several steps by level of depth, in order parents are previously created. First file for the root, second file for the 2th level, etc. The result is the same when i reached 3rd file.
When I export with the `import compatible` checked, the generated name for the parent is `parent_id/name`, but when i import back, the auto-matching links it to the (vague) field "Mother category", and i cannot find the exact field that i want.
I really need to do this. I cannot spend hours and hours manually importing this again (which is btw very error-prone).
Thanks for your help!