Working with avpath
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.
What is avpath and why use it?
An avpath expression consists of two expressions:
-
avpath - Location path (mandatory)
-
avpath - Predicates (optional)
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.