Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
sk0
Contributor
Contributor

How build .ksh file in Talend

Hi,

  1. Can someone help me, How to use build option in talend to generate the .ksh file.
  2. I want to build the talend job or write a shell script that list out all input and output files from pre build talend jobs or .ksh files

  

  Eg:

  

  Talend:

  talend_job1

  talend_job2

  

  or

  

  scripts:

  talend_job1.ksh

  talend_job2.ksh

  

Thanks in advance

  

Labels (3)
1 Reply
Anonymous
Not applicable

Hello

Talend job can NOT be export as .ksh file. To build Talend job, right click on job name under Job design in Repository, select 'Build job' option to export the job script as zip file, the zip file contains the executable file (.bat or .sh files).

 

Regards

Shong