Skip to content

Avro¤

Read from or write to an Apache Avro file.

Parameter¤

File¤

Path (e.g. relative like ‘path/filename.avro’ or absolute ‘hdfs:///path/filename.avro’).

  • Datatype: resource
  • Default Value: None

Uri pattern¤

A pattern used to construct the entity URI. If not provided the prefix + the line number is used. An example of such a pattern is ‘urn:zyx:{id}’ where id is a name of a property.

  • Datatype: string
  • Default Value: None

Properties¤

Comma-separated list of URL-encoded properties. If not provided, the list of properties is read from the first line.

  • Datatype: string
  • Default Value: None

Charset¤

The file encoding, e.g., UTF8, ISO-8859-1

  • Datatype: string
  • Default Value: UTF-8

Comments