Adding and linking components - 7.3

MySQL

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Database components (Integration) > MySQL components
Data Quality and Preparation > Third-party systems > Database components (Integration) > MySQL components
Design and Development > Third-party systems > Database components (Integration) > MySQL components
Last publication date
2024-02-21

Procedure

  1. Add the following components by typing the component names on the design workspace or dropping them from the Palette:
    • a tMysqlConnection component (displayed as tDBConnection_1), to open a connection to the MySQL database,

    • a tRowGenerator, to generate random input data,

    • a tMysqlOutput component (displayed as tDBOutput_1), to write data to the MySQL database.

  2. Connect the tRowGenerator component to tDBOutput_1 component using a Row > Main connection.
  3. Connect the tDBConnection_1 component to the tRowGenerator using a Trigger > OnSubjobOk connection.