Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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

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

Hi , tFlowToIterate will do what you want.

Send me Love and Kudos