[resolved] creating and using Arraylists in Talend
I am reading a series of values from an XML iteratively,
tFlowToIterate->tFixedFlowInput.
I want to store these values in an Arraylist say, myArrlist, as myArrList, myArrList,myArrList and so on.
How may I define myArrList and a index value (initialised to 0) globally in Talend so that i can keep incrementing the index and keep appending values to my Arraylist?
Thanks.