Ever had to import a CSV file into MySQL? I recently had to study how to import a huge list into a client's database, but commas wouldn't do. The text copy of the fields had commas and was being parsed into different fields in the table :(. Anyway, here is the solution for this issue. It works wonderfully!
Astrochimp » Export CSV with Any Delimiter
Astrochimp » Export CSV with Any Delimiter
Posted by roman at 02:11 PM. Filed under: Web Design/Dev Stuff