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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to load values from property file into context variables

Hi,
Please, anyone can suggest me how to load values from my property file into context variables?
Thanks in advance.
Labels (2)
1 Reply
Anonymous
Not applicable
Author

The best way is using the implicit context load. You can setup this load in the Job view under Extras.
Otherwise you can do it for your self with a tFileInputDelimited (separator "=") and a schema like key and value and use tContextLoad to fill the context.