Configuring the first component - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
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
Design and Development
Last publication date
2024-02-29
Available in...

Big Data Platform

Cloud API Services Platform

Cloud Big Data Platform

Cloud Data Fabric

Cloud Data Management Platform

Data Fabric

Data Management Platform

Data Services Platform

MDM Platform

Real-Time Big Data Platform

Procedure

  1. Double-click tFixedFlowInput to open its Component view.
    Basic settings view.
  2. Click the [...] button next to Edit schema to open the schema editor.
    Schema editor.
  3. Click the [+] button four times to add four rows.
  4. Rename these four rows as, for example, Entity_string, str1, str2 and str3 and make sure that their type isString.
    If a type is not String, click it and select String from the drop-down list that appears accordingly.
  5. Click OK to validate these changes and thus close this schema editor.
  6. In the Mode area of the Component view, select Use Inline Content (delimited file) to display the Content field.
  7. In the Content field:
    1. Enter four strings corresponding to the number of rows you have defined in the component schema.
    2. Separate them using the field separator that is displayed in the Field Separator field.
    By default, the field separator is ; and you can customize it if need be; the strings entered in this use case are U.S.A. (a space is typed in front of the U letter which will be trimmed by the routine to be used), Global, Business, Services.
    Thus the strings all together entered here read: U.S.A.;Global;Business;Services.