Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a Terdata query of count rows from specific table and i would like to use the result of the query as a variable/context afterwards on the Talend job.
How can I do this?
Thanks
Push the result to a tJavaRow to populate the context variable.
You may also push the result to a tSetGlobalVar if you want to use a global variable instead of a context variable.
Can you please elaborate about using this components as I'm not famailier with them?
What should I write in them?
Thanks
"yourfield" should be the column name that i want to use?
Thanks a lot, it worked!