Configuring the input component - Cloud - 8.0

SAP

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 > Business applications > SAP components
Data Quality and Preparation > Third-party systems > Business applications > SAP components
Design and Development > Third-party systems > Business applications > SAP components
Last publication date
2024-03-28

Procedure

  1. Double-click tFixedFlowInput to open its Basic settings view on the Component tab.
  2. Click the [...] button next to Edit schema to open the schema editor to define the input schema. In this example, the input schema is composed of four columns: DELIMITER and QUERY_TABLE of string type, and ROWCOUNT and ROWSKIPS of integer type.
  3. In the Mode area, select the Use Single Table option and specify the value for each column. In this example, ";" for the DELIMITER column, "SFLIGHT" for the QUERY_TABLE column, 10 for the ROWCOUNT column, and -1 for the ROWSKIPS column.
  4. Connect tFixedFlowInput to the first tXMLMap using a Row > Main connection.