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: 
_AnonymousUser
Specialist III
Specialist III

Write values from globalMap to a file

Hi,
I'm creating a flow which some tables are being incremental copied from one db to another. The high watermark is calculated and stored in globalMap. Which component should I use to store this value into a file? I've tried tFileOutputDelimited, but I cant see how to connect it with the globalMap.
Thanks.
Labels (2)
2 Replies
Anonymous
Not applicable

Hi
Could you show us more details? Or a screenshot of your job?
What do you mean "The high watermark is calculated and stored in globalMap"?
Regards,
Pedro
_AnonymousUser
Specialist III
Specialist III
Author

Hi,
I found the answer, the relevant flow is: tJavaFlex1-----------row1-------->tFileOutputDelimited1.
In the javaFlex I put row1.watermark = (String)globalMap.get("watermark"); and tFileOutputDelimited1 write it to the file.