cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading csv file error

Uploading csv file error

I got error while uploading my products csv file to magento 2

Capture.PNG

kindly tell me the solution of this problem.

3 REPLIES 3

Re: Uploading csv file error

Hi @ayesha_khalid,

Make sure that you have write permission to var folder.

sudo chmod -R 0777 var/

I hope it will help you!

Re: Uploading csv file error

It doesn't seem to be CHMOD issue as on screenshot we could see XAMP on Windows.

Re: Uploading csv file error

@ayesha_khalid 

 

You need to cross check that you are uploading the correct CSV. Make sure you have correct attribute name on the first row. No duplicate attributes/column allowed in the CSV.

 

I would recommend try with 2-3 attribute to see if that works!

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.