Open Source Software for
Extracting, Transforming and Loading
any kind of data

Release Information

XDBC4ALL accesses data source using a common interface, consisting of methods for reading, writing and deleting data. The data are stored in a format that depends on the data source. When data are added, their format has to be XML. When data are extracted, their format is XML as well. XDBC4ALL takes care of the conversion. The data are described using a proprietary metadata format.

When data are written, existing data can be overwritten, new data can be appended to existing data, or existing data can be refreshed.

XDBC4ALL 2.2 supports the following data sources

Relational databases: Relational database access is realized using JDBC. Connection pooling is used. Tables can be read and written.
XML files: XML files can be read and written using the XDBC4ALL interface.
CSV files: CSV files can be read and written using the XDBC4ALL interface. Field separators, line separators and optionally enclosing characters are configurable.
Xindice database: Xindice database resource can be read and written.