Skip to content

rodrigolece/sql_from_csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

sql_from_csv

This little script takes a .tsv or .csv file and reads its column names. Then it creates a .txt file (same filename) with a CREATE TABLE SQL statement, that has all the correct names for the columns.

Currently all column types are set to STRING because I generally work with SQLite which is very flexible with data types.

About

A fun little script in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages