Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
TalendUser
Contributor
Contributor

How to capture tFileOutputPositional output in a global variable?

How can I capture the output of a tFileOutputPositional in a variable? My tFileOutputPositional outputs only one row.

Labels (2)
3 Replies
gjeremy1617088143
Creator III
Creator III

Hi it depend of what you want to do with.

You can use a tFlowToIterate with the default (key,value) in global variables checked or a tsetGlobalvar.

https://help.talend.com/r/vn0o8XYVXXNgJkRtWjet9A/m1Snob~JrI~6y27cOs9Haw

Send me Love and Kudos

TalendUser
Contributor
Contributor
Author

Thank you for your reply. I want to capture the output of tFileOutputPositional(the single row) 'as is' in a variable.

gjeremy1617088143
Creator III
Creator III

Hi , tFlowToIterate will do what you want.

Send me Love and Kudos