JDBCImporter provides a consistent mechanism for importing data from a file to a database, exporting data from a database to a file, and generating data. It can run from the command line using an XML config file or from inside an Ant build script. It works with CSV, fixed data, and XML files and supports numbers, strings, and date/times as database column types. Custom classes can be used to parse different file formats, format column values into different file formats, translate column values before importing or after exporting, or allocate or release JDBC connections.
| Tags | Database API Utilities |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: This release adds the BinaryDelimiterParser interface for parsing binary files.


Release Notes: This release fixes a bug with CSV delimiter parser.


Release Notes: This release adds an interface for modifying rows during import and fixes a bug.


Release Notes: This release adds an attribute called 'encoding' to the 'entity' element (that specifies the character set encoding).


Release Notes: This release adds the ability to generate column values during import, and to specify the element names for the XML Delimiter Formatter.