Jump to content

Some problems with CSV file


Recommended Posts

Hello,

I am trying import CSV file. It imports well, but it don't do that work which i need. I need that it will create these categories in parent categories. I attach CSV file which I am using. Maybe do you know what the problem is?

Thank you very much.

P.s. spent lot of time doing this.

Copy of maincat.csv

Link to comment
Share on other sites

I see two problems with your CSV file. The first problem is that you are entering multiple parent categories for each category. Each category can only have one parent category:

Parent Category

|
+-- Category

The second problem is that you have multiple categories with the same name. This is unsupported in Prestashop. You could try adding a different number prefix to each category with the same name. That might trick Prestashop into letting you use the same category name multiple times.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...