Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Can we load a context from an external file ??

Hello everybody,
Do you know if we can load a context from an external file ?
My problem is that when my job will be in production, I will not have to modify the context's job and then generate an other script .sh and put it in the production server.
So if I can use a file to laod the context it will be great !!
Thanks for your help
Labels (2)
1 Solution

Accepted Solutions
alevy
Specialist
Specialist

Yes, read the file using a standard tFileInput component and pass the flow to a tContextLoad component.

View solution in original post

2 Replies
alevy
Specialist
Specialist

Yes, read the file using a standard tFileInput component and pass the flow to a tContextLoad component.
Anonymous
Not applicable
Author

Ok, it works, thank you 0683p000009MACn.png