What is avpath and why use it? - Cloud

Talend Cloud Pipeline Designer User Guide

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend Pipeline Designer
Content
Administration and Monitoring > Monitoring executions
Administration and Monitoring > Monitoring logs
Data Governance > Filtering data
Data Quality and Preparation > Filtering data
Data Quality and Preparation > Managing datasets
Deployment > Deploying > Executing Pipelines
Design and Development > Designing Pipelines
Last publication date
2024-02-09

AvPath is similar to XPath for selecting, updating, inserting, and deleting Avro data. In Talend Cloud Pipeline Designer, this expression language can be used in all Streams processors to select specific nested data in hierarchical fields.

Additionally, it allows you to select records inside less organized data using the schema on read approach.

An avpath expression consists of two expressions:

For more information on avpath, refer to the GitHub documentation.

For more information on how to benefit from the avpath syntax in Talend Cloud Pipeline Designer, see Selecting specific records using avpath.