Hi, I have a requirement to create ETL jobs using java with help of api. As Pentaho - Kettle has API to create transformation/job from java code. Does Talend has such feature in TOS or TIS? I already know export job feature and support to run job from java code. It does not satisfy the requirement. Thanks.
The only feature what satifies your requirements is the job script feature (only available in the Enterprise edition).
JobScript is a scripting language to create or modify Talend jobs. It is very easy structured and a bit like JavaFX script.