添加和连接组件 - 7.3

Talend Data Integration 入门指南

Version
7.3
Language
中文(简体)
Operating system
Data Integration
Product
Talend Data Integration
Module
Talend Administration Center
Talend Installer
Talend Runtime
Talend Studio
Content
安装和升级
设计和开发
Last publication date
2023-08-02

此示例描述如何在新建的作业中添加和连接组件,以便读取 CSV 文件并在控制台上显示数据。

步骤

  1. 将一个 tFileInputDelimited 和一个 tLogRow 组件从 Palette (调色板) 拖放到设计工作区。

    您可以在 Palette (调色板)File (文件) 族的 Input (输入) 组中找到 tFileInputDelimited 组件,在 Logs & Errors (日志和错误) 族中找到 tLogRow 组件。

  2. 单击 tFileInputDelimited 组件,然后将显示的箭头图标拖放到 tLogRow 组件上。

    两个组件现在通过 Row (行) > Main (主) 连接进行连接。

结果

现在您已将所需组件添加到作业中。接下来的步骤中,您需要准备所需的元数据并配置作业。