Assigning Context Variable from the database value

0 votes

I have an Oracle database table which contains the data in the following format:

key | variable

name | BigDecimal

Also, I have a BigDecimal context variable which I need to link to the database so that later I can use this context variable in any SQL query. Can someone guide me, how can this be done in Talend?

Apr 19, 2018 in Talend by code.reaper12
• 3,500 points
2,371 views

1 answer to this question.

0 votes

I think if you want to link a specific value from the database table to the context variable then you have to add a tOracleRow component and execute the following query:

"select a, b, c from table1 where a = '" + context.xyzVariable + "'";

Then you need to add a tJavaRow component and add the below code:

context.xyzVariable = input_row.myColumn;

I think this will work fine to give you the desired result.

answered Apr 19, 2018 by geek.erkami
• 2,680 points

Related Questions In Talend

0 votes
0 answers

How can I use talend to extract data from Oracle and import the data into a MSSQL database?

We currently have around 100 Oracle tables ...READ MORE

Nov 4, 2020 in Talend by umesh
• 150 points
2,171 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Naming the output based on a column value in Talend

You can try to solve this problem ...READ MORE

answered Apr 19, 2018 in Talend by 93.lynn
• 1,600 points
2,288 views
0 votes
2 answers
0 votes
1 answer

tWaitForFile component insufficiency in Talend

Regarding your first issue, tWaitForFile component provides ...READ MORE

answered Apr 11, 2018 in Talend by geek.erkami
• 2,680 points
2,159 views
0 votes
1 answer

How to load a set of files into database using Talend

Using tFileList component,  you can read all the files present ...READ MORE

answered Apr 17, 2018 in Talend by code.reaper12
• 3,500 points
5,689 views
0 votes
1 answer

Database Migration In Talend

You can easily migrate your database by ...READ MORE

answered Apr 18, 2018 in Talend by code.reaper12
• 3,500 points
1,372 views
0 votes
1 answer

Accessing Talend Project from SVN

According to my understanding, there are two ...READ MORE

answered Apr 9, 2018 in Talend by geek.erkami
• 2,680 points
1,176 views
0 votes
1 answer

Uploading CSV files into database

In order add the header data into ...READ MORE

answered Apr 17, 2018 in Talend by geek.erkami
• 2,680 points
823 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP