Dynamically load csv file to new sql table
$ git clone https://github.com/kipp-bayarea/csv_to_sql.git
$ pipenv install
$ touch .env
Add the following key value pairs to the .env file:
SERVER_IP=""
DB="
USER=""
PWD=""
$ pipenv run python main.py --filepath <path> --tablename <name>
Be sure to replace and with the filepath and table name and you want to use.