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

Convert a JSON to CSV file

I create a program in java (eclipse) to convert a JSON TO CSV file , I want it to be implemented in TALEND using tjava component  but
there is a problem in the JSONArray and JSONObject .please help to solve this
Labels (5)
2 Replies
Anonymous
Not applicable
Author

Hi 
In talend, you can write Java code on tJava to achieve the conversation or write a user routine to do it. What's the error message? 
I guess you need to load external library with tlibraryLoad component.
Regards
Shong
Anonymous
Not applicable
Author

Hi,
You can also use a tLibraryLoad to load your jar and then invoke your method in a tJava.