Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Code generation - python and other text

Hi,

 

I have existing ETL flows done with Python and SSIS. I am looking into a better modeling to satisfy differnt use cases but be able to integrate to the existing environments.

 

I am wondering if i can use talend and generate source code (python and BIML/SSIS packages ). 

I understand that Talend used JET, but i couldnt find example in code generation other than to java. 

 

thanks

 

Labels (4)
3 Replies
Anonymous
Not applicable
Author

Talend is a Java tool. It doesn't give you an option of writing to other languages. 

Anonymous
Not applicable
Author

ok.

The other think i am considering is exporting the model in xml, and write a code generation. 

Is this something doable ? or  am in in the wrong line of thought 0683p000009MACn.png

thanks again 

Anonymous
Not applicable
Author

Talend stores everything in XML. So you can indeed use this to understand what is happening with the jobs. However, if you want to write any bespoke code for Talend (one of its many advantages) you will have to do it in Java or an already supported  third party language. To build in Talend and then try to convert the XML to Python would seem a bit like converting a car to work on train tracks because you can't find the right size tyres. You may as well use Java if you are going to use Talend, otherwise find a tool that makes use of the language you want to use.

I should point out that Talend can call/start applications written in numerous languages, but the core of Talend will always be Java.