TextJDBC Wiki
Brought to you by:
lenysoft
When use the connection for more than one file, use .def file to specify the source file configuration (one .def file for each source file)
Extension must be .def
#Column definition
column-names=name,last_name,amount
column-types=String,String,Double
column-sizes=5,10,5
#File properties
use-row-delimiter=true
delimiter="
separator=,