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.
This is the schema of how csvtosql work.
|
All parts are configurable from a conversion descriptor file, usually called
descriptor.xml, you can find a sample of this file in examples
directory of the release.
csvToSql is highly configurable, so you can write your own frontend, configurator, render, or writer and can
also write a new grammar for your database.
|