I need to first evaluate the values and then use them in my talend job.
I tried using tDBInput with dual table but it doesnt work. It gives an error that the database schema is different from talend. How can i make it work.
Basically, i need output of :
"SELECT context.EXTRACT_START_DATE,context.EXTRACT_END_DATE from dual"