Skip to content

A simple CSV parser to create a CREATE TABLE statement out of the structure of a CSV file.

License

Notifications You must be signed in to change notification settings

LironCareto/CSV-to-DDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV-to-DDL

MIT license by @Lironcareto

This small program removes the hassle of creating a table definition out of a CSV file.

It parses the file creating a proper structure to handle the data, adjusting the length of the columns to the needed data.

About

A simple CSV parser to create a CREATE TABLE statement out of the structure of a CSV file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages