Skip to content

Files

Latest commit

 

History

History
21 lines (13 loc) · 876 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 876 Bytes

About

ConvertDataFormat is a processor for Apache Nifi. It converts the dataformat from and to XML, JSON, CSV or YAML.

It's a generic converter without any options. If you need more specific functionality, check if there is specialized converter.

The processor is based on DocConverter

Installation

  1. Download the NAR file.
  2. Put the NAR file in the lib directory of Nifi.
  3. For older installations of Nifi (before version 1.9) you need to restart.

Usage

The processor has 3 properties:

  • Input document: select the data format of the input document
  • Output document: select the data format of the output document
  • Set extension: If true and there is a filename attribute then it sets the extension of the output document.