Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team
In talend we can create diff context envvironments like QA,DEV,PROD
Is their any global function in Talend to get this environment dynamiclly.
Because in my job i need to check the Source file and need to send mail if it is not present.
In Mail i need to include the envirment as well.
Please Let me know what are the possibilities
Thanks
Deepthi
Hi,
Did this help?
If so, thank's to close the case (Kudos also accepted).
Hi,
Use the variable called "contextStr" like this for example in a tJava component:
System.out.println(contextStr);
Hi,
Did this help?
If so, thank's to close the case (Kudos also accepted).