August 15, 2023

Arranging data flow for the parent Job – Docs for ESB 6.x

Arranging data flow for the parent Job

  1. Add the following components by typing the component names on the design
    workspace or dropping them from the Palette:

    • a tRunJob component, to call the
      child Job,

    • a tMysqlConnection component, to
      open the MySQL database connection,

    • a tMysqlInput component, to read
      the data written to the MySQL database by the child Job.

    • a tLogRow component to display
      the data on the console,

    • a tMysqlCommit component to
      commit data upon transation and close the database
      connection.

  2. Connect the tRunJob component to the
    tMysqlConnection compnent using a
    Trigger > OnSubjobOk connection.
  3. Connect the tMysqlConnection component to
    the tMysqlInput component using a Trigger > OnSubjobOk connection.
  4. Connect the tMysqlInput component to the
    tLogRow component using a Row > Main
    connection.
  5. Connect the tMysqlInput component to the
    tMysqlCommit component using a
    Trigger > OnSubjobOk connection.

    components-tmysqlconnection_s2_5.png


Document get from Talend https://help.talend.com
Thank you for watching.
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x