Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have requirement where we need to read context parameter values from the config file.However config file path should be passed dynamically while calling graph from server.
Thus whatever path is passed system should read context file from that path only.
How can we achieve this in talend.
The solution I describe here (https://community.talend.com/t5/Design-and-Development/multiple-implicit-context-loads-from-multiple...) should work for you
couldn't get ,can you please elaborate in my scenario how to implement your logic ?
The trick here is that you can use Java methods (routines) in the Implicit Context Load parameters. As such, they do not need to be hardcoded. So you can write a Java class to handle selecting your appropriate context file and simply add the methods that pick the correct paths, etc, to your implicit context load params.
Hi @vivek_u
I have recently written these blogs on using Context variables. I believe you might find a solution from reading these....
Hi @vivek_u
I have recently written these blogs on using Context variables. I believe you might find a solution from reading these....
Click on File, then Edit project properties. From the dialogue box, expand Job Settings and select the option for Implicit context load. Check the option for Implicit tContextLoad. Check the option From File. Set the From File name to iTunes Login.