Skip to content

connorwilloughby/csv2sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv2sql

Just a small module build to convert a directory of csv targets to a psql create script!

install dependencies

python -m venv venv
.\/venv/scripts/activate
python -m pip install --upgrade pip
python -m pip install --upgrade wheel
python -m pip install -r req.txt

getting started

To use this tool just create a folder in the root of this project called imports, by placing one or many files in this dir you can then run the script. After running the script youll see a new file created called finished sql.

todos

  • create a sql safe col lookup
  • create a csv lookup from the above transformation
  • create documentation
  • convert to cmd function
  • performance bump by only pulling headers?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages