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

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

Using a C# class in Talend

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!

 

 

Labels (3)
3 Replies
manodwhb
Champion II
Champion II

Since Talend backend code is a java code only,so you may need to rewrite in java.

Anonymous
Not applicable
Author

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?