Populating the database table with input data - Cloud - 8.0

CombinedSQL

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 > ELT components > CombinedSQL components
Data Quality and Preparation > Third-party systems > ELT components > CombinedSQL components
Design and Development > Third-party systems > ELT components > CombinedSQL components
Last publication date
2024-02-20

Procedure

  1. In the design workspace, select tFixedFlowInput and click the Component tab to define its basic settings
  2. In the Basic settings view, in the Number of rows field, enter 500.
  3. In this scenario, the source database table has seven columns: id, first_name, last_name, city, state, date_of_birth, and salary
    Click the [...] button next to Edit schema to define the following data structure.
  4. Click the floppy disk icon to save the schema as a generic schema for later reuse.
  5. In the Select folder window, select default and click OK.
  6. Choose a name for your generic schema and click Finish.
  7. Click OK.
  8. The first column of the Values table automatically reflects the data structure you entered previously.
  9. In the Values table, enter a value for each column.
  10. In the design workspace, select tMysqlOutput and click the Component tab to define its basic settings.
    The output schema will automatically be the same as the previous component, in this case tFixedFlowInput.