Skip to content

ontologiae/autocsv2sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autocsv2sql

CSV to SQL tool which automatically detect columns's type and generate SQL script with Create Table and insert Into

Usage

Usage : autocsv2sql mycsvfile.csv > mysqlfile.sql

Build

make build

Install

sudo make install

Note

Generate only three type of data : Numeric, text, int

TODO

  • Handle dates, timestamp
  • Handle other database than PostgreSQL

About

CSV to SQL tool which automatically detect column's type and generate SQL script with Create Table and insert Into

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published