Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-06-30 18:45
0.74

Diese Veröffentlichung fügt die BinaryDelimiterParser Schnittstelle zum Parsen von Binärdateien.
This release adds the BinaryDelimiterParser interface for parsing binary files.

2007-04-30 15:26
0.73

Diese Version behebt einen Fehler mit Trennzeichen CSV-Parser.
Tags: Minor bugfixes
This release fixes a bug with CSV delimiter
parser.

2007-04-03 03:01
0.72

Diese Veröffentlichung fügt eine Schnittstelle zur Änderung Zeilen bei der Einfuhr und behebt einen Fehler.
Tags: Minor feature enhancements
This release adds an interface for modifying rows during import and fixes a bug.

2006-08-07 22:30
0.71

Diese Veröffentlichung fügt ein Attribut namens "encoding" auf die "Einheit"-Element (das ist der Zeichensatz-Codierung gibt).
Tags: Minor feature enhancements
This release adds an attribute called 'encoding' to the 'entity' element (that specifies the character set encoding).

2006-04-12 18:43
0.70

Diese Version bietet zusätzlich die Möglichkeit, um Spaltenwerte beim Import zu erzeugen und die Namen der Elemente für den XML-Formatter Trennzeichen angegeben werden.
Tags: Minor feature enhancements
This release adds the ability to generate column values during import, and to specify the element names for the XML Delimiter Formatter.

Project Resources