Frends.Avro.Deserialize / 2.1.0
Summary
Reads an Avro file and turns its records into a JSON array, one object per record, so the data becomes something the rest of a Process can navigate.
Typical use — unpacking Avro that arrived from a data platform into a form the JSON and mapping Tasks understand
Input parameters for Avro deserialization operation.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| FilePath | String |
– | C:\results\myfile.avro |
Gets or sets the path to the Avro file you want to deserialize. The file must be a valid Avro format file. |