Magento – Magento 2 product import error

importimportexportmagento2system.log

I get:

General system exception happened
Additional data: URL key for specified store already exists.

error when trying to import products with csv.

my csv file is passing check data process but when I press import button I get this error.

Is there any sugetion for this problem?

Best Answer

This could be the solution according to Github (Link to Github)

  1. Keep the URL key column blank, and make sure you have added the correct category name with upper and lower case letter.

  2. Make sure the total length of your categories CSV column is shorter than 255 characters. You can check your url_key length too, but I haven't run into issues with my data set on that one.