Command line ETL launcher.
Examples
Execute etl.xml file in the current directory:
scriptella
Execute name.etl.xml file in the current directory:
scriptella name
Also the full name of ETL file can be specified:
scriptella name.etl.xml
Produce a quick start template named etl.xml in the current directory:
scriptella -t
|