Parses spreadsheets and insert into a SQL Table.
Clone it and run:
npm install
node csv2sqltable.js <path_to_file> <table_name>{
"host": "localhost",
"user": "root",
"password": "",
"database": "mydb",
"split_char": ",",
"insert_number": 30000
}