Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am converting data stage jobs to Talend. In most of my data stage job I have this 'Before SQL' in the output connector (Oracle in my case) that runs some SQL before the performing the actual output operation. Is there any way we can implement this 'Before SQL' in Talend? Thanks in Advance.
Hi
In Talend Job, you can try tDBRow component which allows you to run a SQL.
Regards
Shong
Hi
In Talend Job, you can try tDBRow component which allows you to run a SQL.
Regards
Shong
Thank you shong