Created on 06-30-2017 11:41 PM - edited 08-17-2019 12:06 PM
You can execute any shell script using ExecuteProcess Processor in Nifi. For example I have a very simple shell script below which writes "Hello world" to a file.
Created on 07-03-2017 10:40 PM
Thanks for sharing. Let's say I want to store output return by script in a database table. How can I do that?