Minimalistisches Beispiel-Modul mit generierten Modulscripten für Kettle-Jobs http://www.superx-projekt.de/doku/kurse/kettle_monitoring/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
305 B

-- XML-generiertes SQL-Script von module_custom.xsl
--freemarker template
<#if myjobs_load_CUSTOM?exists && myjobs_load_CUSTOM !="">
select 'Executing customer-specific repository Script myjobs_load_CUSTOM' from xdummy;
<#assign inlineTemplate=myjobs_load_CUSTOM?interpret />
<@inlineTemplate/>
</#if>