I have researched importing data from a delimited file and can do so successfully with the LOAD DATA INFILE command.
I want to create a NEW table with the data in a delimited file and use the data in the first row of the delimited file as column headers for the new mySQL table.
Any EASY suggestions that won't involve hours of coding?