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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

EXECUTING EXISTING UNIX SCRIPTS IN TALEND

Hi,
I am new to Talend. Wanted to know if we can execute Unix scripts in TALEND.?
The scripts are existing scripts and are running using informatica command task.
Labels (2)
4 Replies
gorotman
Creator II
Creator II

Hi, yes you can. Take a look in System component class, tSystem is yours...
Anonymous
Not applicable
Author

Hi, yes you can. Take a look in System component class, tSystem is yours...

Can u help me with more details?
Anonymous
Not applicable
Author

Hi, yes you can. Take a look in System component class, tSystem is yours...

Can u help me with more details?
tSystem is for executing only unix commands right? How will i use that to execute a shell script which does many operation like inserting a table, updating a table, creating a parm file in unix server, call a java script and many more.
Also to mention i have installed Talend open studio for big data in windows server.
Should i install in unix server to run the scripts? Is it possible?
gorotman
Creator II
Creator II

tSystem component execute an operating system command, where job runs (windows, linux, etc..). So it can execute os native commands or programs (executables) or batches (.bat, .vbs, .sh,...), obviously it depends by operating system.
For others, I suggest you to start reading documentation and make some test.
You can find a guide for components (paramters, examples, etc..)  and a guide for program use. They are free.