Filtering the Avro messages - Cloud - 8.0

Kafka

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Messaging components (Integration) > Kafka components
Data Quality and Preparation > Third-party systems > Messaging components (Integration) > Kafka components
Design and Development > Third-party systems > Messaging components (Integration) > Kafka components
Last publication date
2024-02-29

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.