Configuring the tFixedFlowInput component - Cloud - 8.0

tMemorizeRows

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 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
Data Governance > Third-party systems > Misc components > tMemorizeRows
Data Quality and Preparation > Third-party systems > Misc components > tMemorizeRows
Design and Development > Third-party systems > Misc components > tMemorizeRows

Procedure

  1. Double-click the tFixedFlowInput component to open its Basic settings view on the Component tab.
  2. Click the [...] button next to Edit schema to open the Schema dialog box and define the data structure of the input data.
  3. In this editor, click the [+] button three times to add three columns and name them id, name and age.
  4. In the Type column, select Integer for id and age.
  5. Click OK to close the editor, then click Yes to validate these changes and accept the propagation prompted by the dialog box that pops up.
  6. Select Use Inline Content (delimited file) in the Mode area.
    In the Content field, enter the following customer data:
    1;Judy;27
    2;Lily;45
    3;Peter;59
    4;John;30
    5;Teddy;45