Loading data into a database table - Cloud - 8.0

LDIF

Version
Cloud
8.0
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 > File components (Integration) > LDIF components
Data Quality and Preparation > Third-party systems > File components (Integration) > LDIF components
Design and Development > Third-party systems > File components (Integration) > LDIF components
Last publication date
2024-02-20

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 four columns: dn, id_owners, registration, and make, all of String type.
  3. Click OK to close the schema editor and accept the propagation prompted by the pop-up dialog box.
  4. In the Mode area, select Use Inline Content(delimited file), and then in the Content field displayed, enter the following input data:24;24;5382 KC 94;Volkswagen 32;32;9591 0E 79;Honda 35;35;3129 VH 61;Volkswagen
  5. Double-click tMysqlOutput to open its Basic settings view.
  6. Fill in the Host, Port, Database, Username, and Password fields with your MySQL database connection details.
  7. In the Table field, enter the name of the table into which the data will be written. In this example, it is ldifdata.
  8. Select Drop table if exists and create from the Action on table drop-down list.