I am trying to import a csv file into my mysql database using phpmyadmin but keep getting errors.
Here is how the csv looks:

Then I import like this:

And get the error: "Invalid parameter for CSV import: Fields enclosed by". I have tried to put the columns in quotes " or put a semicolon after each column, but keep getting errors.