![]() | This article includes a list of references, related reading, or external links, but its sources remain unclear because it lacks inline citations. (March 2025) |
Scriptella | |
---|---|
![]() | |
Stable release | 1.1
/ 28 December 2012 |
Operating system | Cross-platform |
Type | ETL, Data migration and SQL. |
License | Apache License |
Website | scriptella |
Scriptella is an open source extract transform load (ETL) and script execution tool written in Java. It allows the use of SQL or another scripting language suitable for the data source to perform required transformations.[1] Scriptella does not offer any graphical user interface.
<sql>
task.<!DOCTYPE etl SYSTEM "http://scriptella.javaforge.com/dtd/etl.dtd">
<etl>
<connection driver="$driver" url="$url" user="$user" password="$password"/>
<script>
<include href="PATH_TO_YOUR_SCRIPT.sql"/>
-- And/or directly insert SQL statements here
</script>
</etl>
<dialect>
elements<onerror>
elements