Apache NiFi ExecuteStreamCommand Processor
NiFi’s ExecuteStreamCommand Processor executes an external command (can be a shell script, python script or java script etc) on the contents of a flow file, and creates a new flow file with the results of the command. Many a times, we may end up in a scenario when existing NiFi processors are not enough to …