Upgrade to JEXL2 with support for static methods invocation. JEXL 2.0 SupportDone.
Make more context variables available to scripts, like current connection/resultset etc... Keeping it driver specific based on parameters for now, but plan to address this on a core level for 2.0. Also add support for global variables in a etl variable. Support for etl implicit variableAdd getConnection() accessor in EtlVariable. Done.
Implement CSV driver extension for typed parameters. See You must login to see this link. Register now, if you have no user account yet.
Add support for batch execution. query size. See You must login to see this link. Register now, if you have no user account yet..Done.
Parallel processing. Postponed Currently external tools should be used for invoking ETL jobs in parallel. Partitioning(sharding) mechanism based rownum etc. can be used to split rowsets.