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

Usage TFileFetch

This component has a check box that says:
"Use Cache to save de resource"
¿How can i get The input information from cache? I tried with TCacheInput or TCacheOutput and i cant read... SomeOne Help me?
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi
You may use the component like this:
tFileFetch_1
|
OnSubjobOk
|
tFileInputXXX ---> tFileOutputXXX
Type the attribute "File name/Stream" of tFileInputXXX like "((java.io.InputStream)globalMap.get("tFileFetch_1_INPUT_STREAM"))".
More details, you may find in http://www.talendforge.org/forum/viewtopic.php?pid=67460#p67460
Best regards!
Pedro