Scriptella is an open source Extract-Transform-Load (ETL) and scripts execution tool with simplicity as its primary focus.
You don't have to study yet another complex XML-based language to perform required transformations.
Typical use
- Database migration.
- Database creation/update scripts.
- Cross-database ETL operations, import/export.
- Alternative for Ant < sql > task.
- Automated database schema upgrade.
Product's homepage
Requirements:
· Java 2 Standard Edition Runtime Environment
What's New in This Release: [ read full changelog ]
· JEXL 2.0 support was added.
· Flexible parsing/formatting rules for text/CSV drivers were added.
· StringIndexOutOfBoundsException has been fixed when parsing SQL statements with ternary expressions.
· Support for batch execution was added.
· Missing query.next calls are now detected in JavaScript/JEXL query elements.