hi all,
what data are you store in your globlaMap ?
because as you iterate on 'list file' you already some information in global var (globalMap) managed by Talend.
@see outline (on left menu at bottom repository by default)
On the other hand, you're using a tJava component and use a flow from it. it couldn't work as tJava cannot manage flow.
And be aware that as you iterate, if you store value in the same global var (set global var) you 'll only got the last value of iteration.
regards
laurent
hi all,
what data are you store in your globlaMap ?
because as you iterate on 'list file' you already some information in global var (globalMap) managed by Talend.
@see outline (on left menu at bottom repository by default)
On the other hand, you're using a tJava component and use a flow from it. it couldn't work as tJava cannot manage flow.
And be aware that as you iterate, if you store value in the same global var (set global var) you 'll only got the last value of iteration.
regards
laurent
Hi ksultania,
Would you mind giving us more description about your current use case?
Elaborating your case with an example with input and expected output values will be preferred.