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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to call python code in talend

Hi team,

 

I  want to know  how can we call a C# Sharp program from Talend.

I already read the post which gave an idea like below.

 

"In Talend, you can have a try to call C# (C Sharp) Code by using the component -tjava or try to custom a routine to call C# (C Sharp) Code in Talend."

 

But i dont know how to create a routine based on C# code in talend or how to call the C # from tjava component.

 

Could anyone please give an idea or any examples for calling a C sharp code from talend.

 

Thanks-

Gayathri S

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Sorry the header was change by mistake..the header will be
how to call C# sharp code in talend
Anonymous
Not applicable
Author

Hi,

 

    You cannot directly call C# code in Talend.

 

    I have not tried it but an indirect way of calling these code in Talend is through tSystem command where you can call system commands.

 

    You can embed your C# code in a system executable file and can call them from Talend jobs. Please refer the link below for the details related tsystem component.

 

https://help.talend.com/reader/iYcvdknuprDzYycT3WRU8w/mdw6s1fJbAlR4WwQQv9PCw

 

    If the reply has helped you, could you please mark the topic as resolved? Kudos are also welcome 🙂

 

Warm Regards,

 

Nikhil Thampi