Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
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.