Creating the Job
Procedure
- Launch Talend Studio and create an empty Job.
- Drag and drop these components on the workspace: tSambaConnection, tSambaInput, tFileOutputDelimited, tFileInputDelimited, and tSambaOutput.
- Connect the tSambaInput component to the tFileOutputDelimited component using a Row > Main connection.
- Connect the tFileInputDelimited component to the tSambaOutput component using a Row > Main connection.
- Connect the tSambaConnection component to the tSambaInput component using a Trigger > OnSubjobOK connection.
- Connect the tSambaInput component to the tFileInputDelimited component using a Trigger > OnSubjobOK connection.