A simple Node script to convert an CSV file's headers into a SQL create table statement
Requires NodeJs to be installed and setup.
Usage:
csv2sql.js -f [path to file] -t [table name]
- install Node (above)
- clone this repo to your machine
- open the Node CLI (or your own)
- change directories to this repo in the CLI
- run
node install
- once installed, run
node csv2sql.js --help
and follow instructions there.