Import csv file to MySQL, the fastest way is to use a direct import with query. You have to have the columns created the way you need.
Source code viewer
/* Csv file to import. */ /* Your table, where to import. */ /* Csv file format. */Programming Language: MySQL