Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 957 Bytes

plugin-avro.adoc

File metadata and controls

28 lines (20 loc) · 957 Bytes

Avro Plugin

The plugin provides the ability to work with Avro files.

Steps

Convert Avro to JSON

Converts the provided resource or file in Avro format to JSON and saves it as a text to a variable

When I convert Avro data from `$resourceNameOrFilePath` to JSON and save result to $scopes variable `$variableName`
  • $resourceNameOrFilePath - The resource name or the file path.

  • $scopes - The comma-separated set of the variables scopes.

  • $variableName - The variable name to save resulting JSON.

Convert the resource in Avro format to JSON
When I convert Avro data from `/data/event-message.avro` to JSON and save result to scenario variable `avro-data`