Filtering the Avro messages - Cloud - 8.0

Kafka

Version
Cloud
8.0
Language
日本語
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Open Studio for Big Data
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
ジョブデザインと開発 > サードパーティーシステム > メッセージングコンポーネント > Kafka
データガバナンス > サードパーティーシステム > メッセージングコンポーネント > Kafka
データクオリティとプレパレーション > サードパーティーシステム > メッセージングコンポーネント > Kafka
Last publication date
2023-09-14

Configure tFilterRow to filter the Avro messages.

Procedure

  1. Double-click tFilterRow to open its Component view.
  2. Select And from the Logical operator used to combine conditions drop-down list.
  3. In the Conditions table, add one condition and fill in the following filtering parameters for this scenario:
    1. From the drop-down list in the Input column column, select departure.
    2. From the drop-down list in the Function column, select Lower case.
    3. From the drop-down list in the Operator column, select ==.
    4. In the Value column, enter "paris".

Results

The tFilterRow is configured to filter only the departure information from Paris.