Description - Emits a document to an Avro container file

Runtime Class - com.ibi.agents.XDAvroFileEmitAgent



Parameter Groups

 ParameterTypeDescription
*Directory:stringThe target output directory
*File Pattern:stringThe output file name, which can contain a '*' which gets expanded to a fine timestamp
Avro Schema:stringPath to the Avro Schema file. If absent, the schema stored with the document will be used.
Codec:stringAlgorithm used to compress the data.

Select from one of the following options:
  • BZip2 {bzip2}
  • Deflate {deflate}
  • No Compression {null}
  • Snappy {snappy}
  • XZ {xz}
* - denotes required
 ParameterTypeDescription
*Transactional:booleanIf set, the write operation respects the transactionality of the channel. If not set, the emit is always done.
* - denotes required
 ParameterTypeDescription
Output Document:stringSets the outbound document of this object.

Select from one of the following options:
  • Status document {status} - Returns a status document.
  • Input document {input} - Returns the input document of the object.
* - denotes required

Output Events

NameDescription
OnParseErrorCould not parse a document.
OnFailedOperationCould not perform the operation requested.