Linking the components - 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. From the Palette to the design workspace, drag and drop the following components:
    - a tRowGenerator to generate a flow containing customer information,
    - a tWriteDynamicFields to replace columns with a Dynamic column,
    - two tLogRow to display the results into the console,
    - a tExtractDynamicFields to extract content from the dynamic column.
  2. Connect tRowGenerator to tWriteDynamicFields using a Row > Main link.
  3. Connect tWriteDynamicFields to the first tLogRow using a Row > Main link.
  4. Connect tLogRow to tExtractDynamicFields using a Row > Main link.
  5. Connect tExtractDynamicFields to the second tLogRow using a Row > Main link.
  6. Rename both tLogRow by double-clicking them.
    Type in their new name, dynamicColumn and standard column respectively.