Indian Thinking
Indian Thinking

Reputation: 103

Duplicate column name 'NULL' while importing the csv

I try to import file in mysql but every time it give me error of Duplicate column name 'NULL' Kindly check the image for more enter image description here

Upvotes: 0

Views: 1343

Answers (1)

Charlesliam
Charlesliam

Reputation: 1313

Clean your csv file by deleting the column from the right most after your last column. or Copy all your column fields data to a new file then save as csv.

Upvotes: 1

Related Questions