Archive for June, 2018
Little PHP script to create MySQL table from CSV/TSV/Excel file with or without data
Recently I needed a little tool to create many DB tables in MySQL from Excel/CSV docs and as an outcome of that I’ve created this little tool: https://github.com/aarefjev/csv_to_mysql It’s a little buggy I suppose, but does what it’s supposed to. Have fun!