2

I am working on CSV import to create a custom option for Products I am facing the issue with the error

Notice: Undefined index: type in /var/www/html/home/vendor/magento/module-catalog-import-export/Model/Import/Product/Option.php on line 1134

enter image description here

I already created Products (Configurable products)

I want to add a custom option to them I am importing my sample CSV link below csv link

Raj Mohan R
2,0861 gold badge10 silver badges14 bronze badges
asked Apr 17, 2019 at 13:37
1
  • what M2 version are you using? Commented Apr 17, 2019 at 20:08

2 Answers 2

0

Maybe you can first try to generate a csv file using the export feature and then use it for import? This way will make sure you have all fields.

answered Apr 17, 2019 at 20:13
0

I had this issue on a Magento 2.2.3 site that had been edited to use pipe character ( | ) as a multiple value separator instead of comma ( , ). I changed it back to comma to get around the issue.

answered Jul 3, 2019 at 8:18

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.