Hello, im trying to insert a CSV which contains 1021 rows of product in my magento store
Everything appears to work properly and when i click in Import button after a several wait due the massive number of rows
All the images are in pub/var/import
I already changed the perm of the folders and files(777), already changed php.ini to 2048M and more.
In some images everything works ok, but in some images(which contains additional_images) this anoising error appears
This is my csv file in respective order(base_image, small_image, thumbnail_image and additional_images)
Does anyone now how to fix it?
Solved! Go to Solution.
After change the enconding of CSV and the acess permition of pub/var/import
Everything works good Thanks
It's known that the file validation in M2 is not very accurate
Could you attach the file you're trying to load? it looks like it can be related to the file encoding, it always has to be UTF-8 Unix.