Configuring the components - 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. In the tFileList Basic settings view, browse to the directory, where the files to merge are stored.
    The files are pretty basic and contain a list of countries and their respective score.
  2. In the Case Sensitive field, select Yes to consider the letter case.
  3. Select the tFileInputDelimited component, and display this component's Basic settings view.
  4. Fill in the File Name/Stream field by using the Ctrl+Space bar combination to access the variable completion list, and selecting tFileList.CURRENT_FILEPATH from the global variable list to process all files from the directory defined in the tFileList.
  5. Click the Edit Schema button and set manually the 2-column schema to reflect the input files' content.
    For this example, the 2 columns are Country and Points. They are both nullable. The Country column is of String type and the Points column is of Integer type.
  6. Click OK to validate the setting and accept to propagate the schema throughout the Job.
  7. Then select the tUnite component and display the Component view. Notice that the output schema strictly reflects the input schema and is read-only.
  8. In the Basic settings view of tLogRow, select the Table option to display properly the output values.