Populating data in a MySQL database table - 7.3

Processing (Integration)

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 > Processing components (Integration)
Data Quality and Preparation > Third-party systems > Processing components (Integration)
Design and Development > Third-party systems > Processing components (Integration)
Last publication date
2024-02-21

Procedure

  1. Double-click tFixedFlowInput to open its Basic settings view.
  2. Click the [...] button next to Edit schema and in the pop-up window define the schema by adding three columns: Id of Integer type, and Name and DelimitedField of String type.
    Click OK to close the schema editor and accept the propagation prompted by the pop-up dialog box.
  3. In the Mode area, select Use Inline Content(delimited file). Then in the Content field displayed, enter the data to write to the database. This input data includes a delimited string column. In this example, the input data is as follows:
    1;Adam;32,Component Team,Developer
    2;Bill;28,Component Team,Tester
    3;Chris;30,Doc Team,Writer
    4;David;35,Doc Team,Leader
    5;Eddie;33,QA Team,Tester
  4. Double-click tMysqlOutput to open its Basic settings view.
  5. Fill the Host, Port, Database, Username, Password fields with the MySQL database connection information.
  6. Fill the Table field with the name of the table to be written. In this example, it is employee.
  7. Select Drop table if exists and create from the Action on table list.
  8. Double-click the first tLogRow to open its Basic settings view.
    In the Mode area, select Table (print values in cells of a table) for better readability of the result.