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
- Download the NAR file.
- Put the NAR file in the lib directory of Nifi.
- For older installations of Nifi (before version 1.9) you need to restart.
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.