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: 
Anonymous
Not applicable

[resolved] store data in the talend component

Hi,
In the job level at sometime I need to store the data results in the Talend and need to use the stored data for next step can anyone please let me know if the Talend components has any option?
Thanks!
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

You can use a tBufferOutput or tHashOutput.      I recommend to use tHashoutput and after you can use tHashInput  to read these data.
Best regards,
Alfonso Borre
Skype : alfonso.borre
Aborresarmiento@yahoo.es

View solution in original post

2 Replies
Anonymous
Not applicable
Author

You can use a tBufferOutput or tHashOutput.      I recommend to use tHashoutput and after you can use tHashInput  to read these data.
Best regards,
Alfonso Borre
Skype : alfonso.borre
Aborresarmiento@yahoo.es
Anonymous
Not applicable
Author

Thank you Alfonso!