I am trying to take a rather large CSV file and insert it into a MySQL database for referencing in a project. I would like to use the first line of the file to create the ta
Using regular expressions will give you a flexible solution. If you need to detect date fields then this is the way to go.