Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Import Excel CSV into MySQL via PhpMyAdmin

Today I was presented with a excel sheet consisting of 17,000+ records that I wanted to load into MySql. I exported the the document to a .csv file to find out that every occurrence of a double quote had been escaped with a double quote. Unix systems typically escape a double quote with a backslash [...]