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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ChrisOz01
Contributor
Contributor

tDotNETRow - how do I process List<T> returned from method call?

I have a simple .NET library that returns a List<T>, where T is an class with two properties, an int and a string. Very simple. My job runs fine and I an object is returned, but I don't know how to convert this object into a Java ArrayList (I assume this is the equivalent to a List<T>) and process each item in the list. Attached is a picture of the job and the return value.

Thanks for any help.

Labels (3)
1 Reply
Anonymous
Not applicable

Can you post the code of tJavaRow? Hope other Java experts can help you.