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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to run batch file from talend component

 
Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

tSystem is for system command or script files, not for SQL files. Depending on your database engine you may use dedicated component or embbed your sql script into a shell/bat script.

View solution in original post

4 Replies
Anonymous
Not applicable
Author

You can use TSystem component.

manodwhb
Champion II
Champion II

@uganesh ,you can use tSystem component,check the below link.

https://help.talend.com/reader/mjoDghHoMPI0yuyZ83a13Q/mdw6s1fJbAlR4WwQQv9PCw

Anonymous
Not applicable
Author

Yes.
I type only this "cmd /c script_1.sql"?

TRF
Champion II
Champion II

tSystem is for system command or script files, not for SQL files. Depending on your database engine you may use dedicated component or embbed your sql script into a shell/bat script.