Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I once wrote a useful class in C#. I'd like to know if it is possible to use this class in Talend. This will save me from rewriting the class in Java.
Any help is very much appreciated, especially a link to a good example!
Since Talend backend code is a java code only,so you may need to rewrite in java.
I understand Talend is java based, but can't you somehow interface a DLL (originally written in C#, C++, whatever..) and use that DLL in a java routine of Talend?
Can you check the below links may usefull for you.
https://community.talend.com/t5/Design-and-Development/C-Code/td-p/79295