Trying to uplaod products using import product through csv
However i keep getting this error
Please someone kindly help meee
I found the solution to the same problem you were having. I was working in Excel and saving the page with the column headers and data as a CSV file. What I did not see was that Excel must have had a space or something in the last two unused columns and when the file was saved as a CSV file it created two additional comma delimited fields with nothing in them. The "duplicates" that were found during the validation were only the last two fields both being blank.
Now before I "Save As", UTF-8, I select all the valid columns and that insures there is no "blank" columns to fail the validation. In addition, I open the resultant CSV file with Notepad++, select Encoding on the top menu, select Encode in UTF-8 (no BOM) then Save.
That solved my problem, hopefully yours as well.
I know this is old topic, but I fixed a similar issue by ensuring that a field which was REQUIRED and that also enforced UNIQUENESS (like unique product identifier or market) did in fact have unique information in each value.