Scriptella is an ETL (Extract-Transform-Load) and script execution tool. Its primary focus is simplicity. It doesn't require the user to learn another complex XML-based language to use it, but allows
... [More]
the use of SQL or another scripting language suitable for the data source to perform required transformations.
Main features:
* Simple and minimalistic XML syntax for ETL scripts.
* Built-in providers for JDBC, CSV, Text, XML, LDAP, Lucene and Velocity.
* Support for many useful JDBC features, e.g. parameters in SQL including file blobs and JDBC escaping.
* Easy-to-Use as a standalone tool or Ant task. No deployment/installation required. Easy-To-Run ETL files directly from Java code.
* Seamless integration with Java/Java EE and Spring [Less]