Overview
Avro Destination Component is SSIS Data Flow Component for generating Apache Avro files.
- The component metadata is either automatically retrieved from a sample Avro file or can be manually specified in JSON format.
- The generated Avro file can contain nested arrays of objects following the composite records pattern), where the fields for the arrays are fed via separate inputs.
- The generated Avro content can be written to a file or stored in a variable.
Quick Start
In this section we will show you how to set up an Avro Destination component.
- When clicking on Mapping tab the component would prepare the inputs and external columns by analyzing the schema in the Schema text editor. Please note that the Avro Destination can have multiple inputs (see the article about composite records), which columns you can see. The data in these inputs can be processed by upstream transformation and source components (e.g. a Query Transformation can be used to retrieve the necessary data from SQL Server database).
- Click OK to close the component editor.
Congratulations! You have successfully configured the Avro Destination component.
Parameters
Configuration
Use the parameters below to configure the component.
Indicates the destination of Avro data. The following options are available:
Value Description File The Avro data will be stored in a file. Select an existing File Connection Manager or create a new one. Variable The Avro data will be stored in a variable. Select a variable or create a new one. JSON string representing the schema of the Avro file.
Knowledge Base
What's New
2.3
- New: Introduced component.
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.