How can you access global and context variable?
Answer / Munesh Singh
In Talend, you can access global variables using $GlobalMap.variable_name and context variables using ${context.variable_name}. It is important to note that the dollar sign ($) must be used when referencing these variables within a job.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how errors in talend are handled?
What is dynamic schema and how can we define dynamic schema?
Highlight a few differences between ‘oncomponentok’ and ‘onsubjobok’.
How to pass value from outside in talend
What is the default pattern of date in talend?
Is it possible to call web services from talend job?
What is the purpose of talend runtime?
Why is talend called a code generator?
What do you know about connections in talend?
How to execute a Talend Job remotely?
How can we execute shell script from talend job?
What is context variables?