Sorting the input data - Cloud - 8.0

Processing (インテグレーション)

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
ジョブデザインと開発 > サードパーティーシステム > 変換処理コンポーネント
データガバナンス > サードパーティーシステム > 変換処理コンポーネント
データクオリティとプレパレーション > サードパーティーシステム > 変換処理コンポーネント
Last publication date
2023-09-14

Procedure

  1. Double-click tFixedFlowInput to open its Basic settings view.
  2. Click the [...] button next to Edit schema and in the pop-up window define the schema by adding four columns: Id and Age of Integer type, and Name and Team of String type.
    Click OK to close the schema editor and accept the propagation prompted by the pop-up dialog box.
  3. In the Mode area, select Use Inline Content(delimited file), and then in the Content field displayed, enter the input data to be sorted and aggregated. In this example, the input data is as follows:
    1;Thomas;28;Component Team
    2;Harry;32;Doc Team
    3;John;26;Component Team
    4;Nicolas;27;QA Team
    5;George;24;Component Team
    6;Peter;30;Doc Team
    7;Teddy;23;QA Team
    8;James;26;Component Team
  4. Double-click tSortRow to open its Basic settings view.
  5. Click the [+] button below the Criteria table to add as many rows as required and then specify the sorting criteria in the table. In this example, two rows are added, and the input entries will be sorted based on the column Team and then the column Age, both in ascending order.
  6. Double-click the first tLogRow to open its Basic settings view.
  7. In the Mode area, select Table (print values in cells of a table) for better readability of the sorting result.