You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi,
I have the following question:
In my Talend job,the tJavaRow_1 component stores value in a context variable. This context variable is used for build the query in MysqlInput_3 but, when the query is executed, the value of context variable has not yet been assigned. How I can solve this?
Thanks
[MysqlInput_3]
|
V
[MysqlInput_1] --> [tJavaRow_1] --> [tFlowToIterate] --> [MsqlInput_2] --> [tJavaRow_2] --> [tMap] --> [MysqlOutput]
Query in MysqlInput_3:
SELECT columns
FROM tables
where column = '"+context.variable+"'
Last edited by boroa (2012-06-07 11:13:48)
Offline

Hi
Welcome to Talend Community!
Could you show us the error log?
Change it as seen below.
[MysqlInput_2]
|
V
tJavaRow
|
V
[MysqlInput_1] --> [tJavaRow_1] --> [tFlowToIterate] --> [MsqlInput_3] --> [tMap] --> [MysqlOutput]
Regards,
Pedro
Offline
Pages: 1