Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
DSaravanan1628752519
Contributor
Contributor

Before SQL in Talend

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.

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

In Talend Job, you can try tDBRow component which allows you to run a SQL.

 

Regards

Shong

 

View solution in original post

2 Replies
Anonymous
Not applicable

Hi

In Talend Job, you can try tDBRow component which allows you to run a SQL.

 

Regards

Shong

 

DSaravanan1628752519
Contributor
Contributor
Author

Thank you shong