Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
BA621858188
Creator
Creator

Regarding Context parameters in Talend

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.

Labels (4)
1 Solution

Accepted Solutions
8 Replies
Anonymous
Not applicable

BA621858188
Creator
Creator
Author

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

Anonymous
Not applicable

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

 

 

KimFerguson
Contributor II
Contributor II

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

 

BA621858188
Creator
Creator
Author

@Barbara McDowell​ 

we can create context variable in file with key and value and load into the job. I am looking for that process.

Anonymous
Not applicable

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

BA621858188
Creator
Creator
Author

@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.

Anonymous
Not applicable