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 the use of SQL or another scripting language suitable for the data source to perform required transformations.
Main features:
- Simple and compact XML syntax for ETL scripts.
- Built-in providers for JDBC, CSV, Text, XML, LDAP, Lucene and Velocity. Enhanced support for popular databases.
- Clean and simple SPI API for custom drivers.
- 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 Framework
Licensed under Apache License, 2.0.
Make ETL easier
- Download Scriptella
!