CsvToSql 3.1.0 review
DownloadCsvToSql a java based highly configurable and expandable conversion tool and library
|
|
CsvToSql a java based highly configurable and expandable conversion tool and library. You can define the structure of data how render and where write it through a descriptor. CsvToSql project is compatible with the most common rdbms.
csvToSql mission:
- convert csv files to sql statements.
input:
- can read data from comma separated value file
- can read data from excel files
multiple output:
- can write list of sql statements to console
- can create text file with the list of sql statements
- can store data to jdbc resource (database)
How it Works ?
Can be used as library or as standalone program, using csvtosql as a library is very simple, documentation can be found in tutorial section.
Csvtosql provide two frontends for using it as program, executing jar or class net.sf.csv2sql.frontends.gui.simple.SimpleGui a gui will appear. Or you can also use net.sf.csv2sql.frontends.console.ConsoleMain for console version.
Requirements:
Java 1.5
What's New in This Release:
The license was changed from GPL to LGPL.
CsvToSql 3.1.0 keywords