Descriptors This section contains various example of how compile the descriptor.
If you are new to csvtosql please read quickstart tutorial
list of example descriptors:
descriptor one
read csv data from plain text csv file (see renderer section)
using "," as separator and write sql to file
(see writer section) using oracle dialect (grammar section).
|
descriptor.xml |
descriptor two
read csv data from first 4 row of an excel file (see renderer
section) and write sql to standard output (see writer section)
using mysql dialect (grammar section).
|
descriptor.xml |
descriptor three
read csv data from plain text csv file (see renderer section)
using "," as separator and write directly to database using
a jdbc resource (see writer section) using mysql dialect (grammar section).
|
descriptor.xml |
descriptor four
read csv data from plain text csv file (see renderer section)
using [TAB] as separator and write directly to database using
a jdbc resource (see writer section) using mysql dialect (grammar section)
|
descriptor.xml |
|