Skip to main content Skip to complementary content
Close announcements banner

Creating a data integration Job

Procedure

  1. From the Integration perspective of the Talend Studio , create a Job and open it in the design workspace.
    For more information on how to create a Job, see Creating a Job.
  2. From the palette, drag and drop a tSocketInput, a tSocketOutput, and a tLogRow component onto the design workspace. Link them together with the Row > Main connection.
  3. Double-click the tSocketInput component to open its Basic settings view in the Component tab.
  4. Define the listening Port number in the Port field, 8900 for example. By default, the local host server is used. Set the amount of time (in seconds) to 30000 in the Timeout field, after which the Job will time out.
  5. Double-click the tSocketOutput component to open its Basic settings view in the Component tab.
  6. Define the Host IP address and the Port number where the data will be passed on to, as shown above.
  7. The tLogRow component is used to monitor data processed and does not need any configuration.
  8. Press Ctrl+S to save your Job.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!