I used a tab separator in my file.
Code \t Name \t Active \t Parent_Cat \r
This will fail and only see 3 fields if the Parent_Cat field is empty
I had to do the import in 2 separate files.
First with Parent Cats Only.
Second with Sub Cats Only.
It is reproduceable for me.
Code \t Name \t Active \t Parent_Cat \r
This will fail and only see 3 fields if the Parent_Cat field is empty
I had to do the import in 2 separate files.
First with Parent Cats Only.
Second with Sub Cats Only.
It is reproduceable for me.
Comment