I have a large (4 columns by about 900,000 lines) csv file that I need to convert to sql, and then obviously split it into more manageable sizes so that I can import it.
Does anyone know of a program to do this? Obviously I could do it manually, but with 900,000 lines it'll take a while and I'd much rather automate.
Edit for clarity: I have all the data in a .csv format on my Windows PC. I want to split then convert locally, then upload via phpmyadmin to an online server hosted elsewhere. Thanks
Cheers