AVRO representation properties - 7.3

Talend Data Mapper User Guide

Version
7.3
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2023-01-05

  • Avro namespace: Enter the namespace to use (this is similar to XML namespace).
  • Serialized without schema: Select this check box to produce the raw Avro data instead of the more traditional serialization method in which the Avro schema comes first, followed by the data.
  • Number of bytes to skip: Enter the number of bytes to skip at the beginning of the payload. This may be needed when the Avro schema provided matches only part the payload, past the number of bytes to skip.
  • Row element: Select the element that identifies where a new row begins.