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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Tcreatetemporaryfile

Hi!!
I have a question , how to create some temporary files associated with many iterations i.e temporary files with values.
Thanks in advance!!
Scotty from Madagascar!!
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hello
You can design your job in two ways, please see the sreenshots.
About the usage of tFlowToIterate, please read 4016.
Feel free to post your questions!!
Best regards

shong
_AnonymousUser
Specialist III
Specialist III

Hi Shong,
Is it possible to store the output from a tMap to a temp file and use the temp file for furthur operations, afet which the temp file is automatically discarded?
I tried giving to output of a tMap to a tCreateTempFile, but it is not possible to drop the link to it.
Regards,
Luckie
Anonymous
Not applicable
Author

Hi Shong,
Is it possible to store the output from a tMap to a temp file and use the temp file for furthur operations, afet which the temp file is automatically discarded?
I tried giving to output of a tMap to a tCreateTempFile, but it is not possible to drop the link to it.
Regards,
Luckie

Hi
Yes, it is possible, however, you should create the temporary file before using it, for example:
tCreateTempFile
|
onsubjobok
|
tFileInputDelimited--main--tMap---main-->tFileOuputDelimited(set the file path to the temporary file)
Best regards
Shong