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: 
MattE
Creator II
Creator II

How to reference iterate input to tJavaFlex

Hi,

If the input to a tJavaFlex is an iterate rather than a main flow, how do you refernece that row? If it was a main input you would use something like row1.fieldname but this doesn't work with iterate and it doesn't cover this scenario in the docs.

I've tried

row1.fieldname

iterate.fieldname

input_row.fieldname

Thanks

Labels (2)
2 Replies
JohnRMK
Creator II
Creator II

Hello,

 

You can use tFlowToIterate to get the data -->tJava to get or transform the data0693p000008v82SAAQ.png

Anonymous
Not applicable

@Matt Evans​ , take a look at this KB article, it is helpful for you to understand the difference between tJava and tJavaFlex.

https://community.talend.com/s/article/What-is-the-difference-between-tJava-tJavaRow-and-tJavaFlex-Z...