Community Articles

Find and share helpful community-sourced technical articles.
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

24,850 Views
Comments
avatar
Contributor

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