Creating the Job
Procedure
- Launch Talend Studio and create an empty standard Job.
- Drag and drop these components on the workspace: tSambaConnection, tSambaList, tLogRow, tFlowToIterate, and tSambaDelete.
- Connect the tSambaConnection component to the tSambaList component using a Trigger > OnSubjobOk connection.
- Connect the tSambaList component to the tLogRow component using a Row > Main connection.
- Connect the tLogRow component to the tFlowToIterate component using a Row > Main connection.
- Connect the tFlowToIterate component to the tSambaDelete component using a Row > Iterate connection.