Community Articles

Find and share helpful community-sourced technical articles.
Announcements
We’ve updated our product names and community labels - click here for full details
Labels (1)
avatar
Rising Star

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.

16662-executeprocess-script.png

16661-executeprocess.png

16663-script-output.png

26,632 Views
Comments
avatar
New Member

Thanks for sharing. Let's say I want to store output return by script in a database table. How can I do that?