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.

2006-01-30 05:13
0.69

Diese Veröffentlichung fügt die Fähigkeit zur Bezugsquelle Daten in einer Datei oder die Datenbank bei der Generierung von Zeilen. Ein Flag wurde hinzugefügt, um die Einfuhr zu kündigen, wenn ein Fehler auftritt.
Tags: Minor feature enhancements
This release adds the ability to reference source data in a file or the database when generating rows. A flag has been added to terminate the import if an error occurs.

2005-06-06 05:27
0.67

Diese Version enthält ein Update für die Art und Weise Strings mit Leerzeichen sind in Bezug auf die Nummern und Daten-Analyse behandelt. Zahlreiche neue Features wurden hinzugefügt: die Fähigkeit, eine Datei von SQL-Anweisungen, die vor oder nach dem Import ausgeführt werden, angeben, die Möglichkeit, einen benutzerdefinierten Export-Motor pro Einheit angeben, und die Möglichkeit, Leerzeichen vor und nach einer Spalte Wert trim (bevor es übergeben wird, um die Einfuhr-Motor).
Tags: Minor feature enhancements
This release includes a fix for the way strings containing whitespace are handled with respect to parsing numbers and dates. Several new features were added: the ability to specify a file of SQL statements that are executed before or after the import, the ability to specify a custom export engine per entity, and the option to trim whitespace before and after a column value (before it is passed to the import engine).

2005-03-01 03:32
0.65

Diese Version enthält ein Update für Delimiter Formatters, mehr Optionen für das Parsen von CSV-Dateien und eine Option, um ein Import-Engine pro Einheit angegeben werden, importiert werden.
Tags: Minor feature enhancements
This release includes a fix for Delimiter Formatters, more options for the parsing of CSV files, and an option to specify an Import Engine per entity being imported.

2005-01-31 15:56
0.64

Diese Veröffentlichung fügt ein Update für die CSV-Spalte-Trennzeichen Parser und Unterstützung für Binär-und inputstreams importiert werden / aus der Datenbank exportiert.
Tags: Minor feature enhancements
This release adds a fix for the CSV Column Delimiter Parser and support
for binary and inputstreams to be imported/exported from the database.

2004-12-08 11:34
0.63

Diese Veröffentlichung erläutert die Definition in der Kolonne Übersetzer tag "Übersetzerin"-Tag in der Spalte "und erlaubt Eigenschaften auf die Spalte Übersetzer eingestellt werden. Die alte Art der Angabe der Spalte Übersetzer noch verfügbar ist. Alle Übersetzer der Spalte, Spalte Generatoren, Trennzeichen Parser, Trennzeichen Formatierer und Verbindung Definitionen standardmäßig Präfixe.
Tags: Minor feature enhancements
This release moved the column translator definition into a 'translator' tag inside the 'column' tag and allowed properties to be set on the column translator. The old way of specifying the column translator is still available. All of the column translators, column generators, delimiter parsers, delimiter formatters, and connection definitions have default prefixes.

Project Resources