Configuring the tFileInputDelimited component - Cloud - 8.0

Validation (Integration)

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

Procedure

  1. Double-click tFileInputDelimited to open its Basic settings view.
  2. In the File name/Stream field, enter the file path between double quotes.
  3. In this example, the input data is:
    id;price1;discount1;price2;discount2
    1;100;0.2;2000;0.1
    2;1000;0.05;4000;0.2
    3;1999;0.15;4200;0.2
    4;5000;0.2;3000;0.2
    5;300;0;30;0
    6;6000;0.2;3000;0.1
    7;price;;;
  4. Select Built-In as Schema and click […] next to Edit schema.
  5. To add columns, click and click OK.

    Dynamic schema retrieves the columns which are undefined in the schema. That is why you do not need to define the discount1, price2, discount2 columns in the schema.

    Important: You can use a dynamic schema in the Standard component. Apache Spark components do not support it.