Configuring the components for using the Implicit Context Load feature - 8.0

Data Integration Job Examples

Version
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 Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2024-02-06

Procedure

  1. Then double-click to open the tMysqlInput component Basic settings view.
  2. Fill the Host, Port, Database, Username, Password, and Table Name fields with the relevant variables defined in the Context view: context.host, context.port, context.database, context.username, and context.password respectively in this example.
    Screenshot of the component basic settings.
  3. Fill the Table Name field with employees, which is the name of the table holding employees information in both databases in our example.
  4. Then fill in the Schema information. If you stored the schema in the Repository, then you can retrieve it by selecting Repository and the relevant entry in the list.

    In this example, the schema of both the database tables to read is made of six columns: id (INT, 2 characters long), name (VARCHAR, 20 characters long), email (VARCHAR, 25 characters long), sex (VARCHAR, 1 characters long), department (VARCHAR, 10 characters long), and position (VARCHAR, 10 characters long).

    Screenshot of the schema.
  5. Click Guess Query to retrieve all the table columns, which will be displayed on the Run tab, through the tLogRow component.
  6. In the Basic settings view of the tLogRow component, select the Table option to display data records in the form of a table.