Convert XML to JSON using Apache NiFi

Convert any XML file to JSON using Apache NiFi flow using TransformXml NiFi processor. We will get an XML file and transform it to JSON. TransformXml example.

Replay the Content of the Flow File in NiFi if it Fails

You can replay the NiFi processor with the last content of the flow file. This is helpful when a NiFi processor has failed to pass the flow file.

[Fixed] InferAvroSchema not Found in Latest Version of NiFi 1.10.0 and Above

Infer Avro Schema comes under the kite-nar. We will be downloading the nar file from the maven repository and placing it under the lib folder where your NiFi is installed.

Create a Template in Apache NiFi and Share with Others

In this post, we will create a NiFi flow and share it with other team members. This is helpful if your team is working on another instance of NiFi.

Move Files from One Folder or Directory to Another using Apache NiFi

In this post, we will read the files from one local folder and move it to another using NiFi. This demo is also applicable to copying files from one directory to another.

Installing and Running Apache NiFi on Windows Standalone

Apache NiFi is a software project from the Apache Software Foundation designed to automate the flow of data between software systems.

How to Get the Username and Password for NiFi?

Once, you have started the NiFi and go the URL where the NiFi is running, you will be asked to provide the Username and the Password. NiFi generates random credentials

Up ↑