Configuring the input component - Cloud - 8.0

SAP

Version
Cloud
8.0
Language
日本語
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
ジョブデザインと開発 > サードパーティーシステム > ビジネスアプリケーション > SAP
データガバナンス > サードパーティーシステム > ビジネスアプリケーション > SAP
データクオリティとプレパレーション > サードパーティーシステム > ビジネスアプリケーション > SAP
Last publication date
2023-09-14

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.