Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I am new to Talend. We are using Talend Enterprise version in our project. I wanted to know the process of maintaining Context parameters/Variables in both
1) in File
2) in DB Table
Can you refer me to any documentation or any project links that will be helpful for me?
Thanks in advance.
Hello,
Hope this article helps.
https://community.talend.com/s/article/Dynamic-ingestion-of-data-to-an-Oracle-database-jkptX
Best regards
Sabrina
Hello,
Here are online documentations about Context Variable in talend and hope it helps
https://help.talend.com/r/en-US/8.0/using-context-variables-talend-studio
https://help.talend.com/r/en-US/8.0/context/context
Best regards
Sabrina
Hi @Xiaodi Shi
Thank you for help.
I need documentation regarding the process of maintain the context parameters at the DB level and used in the Talend job or maintaining context parameters structures in file and used in the job.
Thanks
Hello,
It looks like you would like to load a context from a file or DB table.
What does your use case look like?
We will appreciate it a lot if you could describe your requirements more specific.
Feel free to let us know if this context scenario and context variables Management are what you are looking for.
https://help.talend.com/r/en-US/8.0/context/context-scenario
https://community.talend.com/s/article/Context-Variables-Management-ikQyM
Best regards
Sabrina
Context variables are the variables which can have different values in different environments. You can create a context group which can hold multiple context variables. You need not add each context variable one by one to a job, you can simply add the context group to the job. Kohl's Feedback Survey
@Barbara McDowell
we can create context variable in file with key and value and load into the job. I am looking for that process.
Hello,
Feel free to let us know if this context scenario is what you are looking for.
https://help.talend.com/r/en-US/8.0/context/context-scenario
Best regards
Sabrina
@Xiaodi Shi ,
Yes. I am looking for the same. Also I am looking for context variable maintain at DB level i.e. in table.
Select * from table where jobname =''
-- will have key, value, jobname cols
and how these context variable will load and use in our Talend job.
Hello,
Hope this article helps.
https://community.talend.com/s/article/Dynamic-ingestion-of-data-to-an-Oracle-database-jkptX
Best regards
Sabrina