Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am new to talend. I am trying to find out the way to create global variables automatically from the external file.
If anyone has already faced this scenario.
Hello,
Could you please let us know if this scenario helps?
Best regards
Sabrina
Hi Sabrina , Thanks for your quick reply. I went through the link but there contextload is being used to export the variable but in my case I am not able to use contextload because I am not able to access context varibale in RUN IF trigger link, but global variables are accessible there, so I am going with global variables.
tContextLoad should work if you want to load context variables - don't know why you can't use a context variable in a If trigger expression.
However, as you were asking for a solution for global variables, my previous answer should help you.
Thanks All for the help, TRF's solution worked out as I am using global variable. I will explore contextload as well, why I am not able to access context variable in run if trigger.