Data is imported in the JDBC database through a simple interface and a XML config file.
Third Party Libraries:
Apache Commons Logging
Apache Commons File Upload
JUnit
Installation:
Unzip the jdbcimporter.zip file
Add jdbcimporter.jar and commons-logging.jar to the CLASSPATH. ( For example: set CLASSPATH=%CLASSPATH%;INSTALL_DIR\lib\jdbcimporter.jar;INSTALL_DIR\lib\commons-logging.jar )
What's New in This Release: [ read full changelog ]
· Added header property for CSVDelimiterFormatter to set the initial contents of the csv file
· Added BinaryDelimiterParser interface to parse binary files