Import skips first value in csv file

I’m importing a csv file into MYSQL via phpmyadmin. the only issue I’m having is that the import skips the first value of each record. for example, if the csv file has 500 lines and each line looks like: name, address, email – the name column is not importing into the db table with the others. I’m guessing this may have to do w/ the primary key set to auto increment… possibly? Not sure?