Not able to print/assign the value from tOracleSP to tJavaRow
Hi, I am newbie in talend and here is my job tFixedFlowInput (setting the parameters) --> tOracleSP (Execute the procedure) --> tJavaRow --> (Here I am generating the code and printing the parameter's value that I passed to procedure and assigning them to context variable to use it in further component.) But I am getting below error:
output_row cannot be resolved to a variable
I searched on talend community but couldn't understand how to resolve this.
Please let me know if you need more details. Regards, Rakesh D
Hello Rakesh,
The tJavaRow component needs to be connected to an output component (like tLogRow) so you can use the output_row variable.
Regards,
Anselmo