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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
danblo
Contributor
Contributor

Write context variable to a file

I need to write a context variable to a file.  The context variable will be the only value in that file.  What would be the best flow for it?  I tried tmap, but I don't have an input for it.

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

tContextDump will be your friend.

View solution in original post

2 Replies
TRF
Champion II
Champion II

tContextDump will be your friend.

deisou
Contributor
Contributor

I am trying to output a context variable that is over 3000 characters long, and tContextDump is not showing this variable. It shows an empty string.

I have explicitly wrote it out to screen using Java and can confirm it has a value.

tContextDump schema has a read-only Length 255, and I suspect this is the problem. Is there any other way to get this large context variable out?