Selecting the Silver-level customer 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 tSqlRow to open its Component view.
  2. Click the [...] button next to Edit schema to open the schema editor.
  3. In the schema on the output side (the right side), change the column name Support to Silver_Support.
  4. From the SQL context drop-down list, select SQL Spark Context.
  5. In the SQL Query field, enter the query statement to be used to select the records about the Silver-level customers.
    select User_id, FirstName, LastName, Country, Support as Silver_Support, SubscriptionDate, email, telephone from row1 where Support = 'SILVER'
    You can read that the input link row1 is actually taken as the table in which this query is performed.