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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Context Envvironment

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

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Hi,

Did this help?

If so, thank's to close the case (Kudos also accepted).

View solution in original post

2 Replies
TRF
Champion II
Champion II

Hi,

Use the variable called "contextStr" like this for example in a tJava component:

System.out.println(contextStr);
TRF
Champion II
Champion II

Hi,

Did this help?

If so, thank's to close the case (Kudos also accepted).