Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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