Support Questions

Find answers, ask questions, and share your expertise

Is there any way to execute a PHP script using ExecuteScript processor in NiFi or are there any other processor to achieve this?

avatar
Explorer
 
1 ACCEPTED SOLUTION

avatar

The ExecuteScript processor does not support PHP. However, you can use ExecuteProcess or ExecuteStreamCommand to run the php command line application to execute a script.

View solution in original post

1 REPLY 1

avatar

The ExecuteScript processor does not support PHP. However, you can use ExecuteProcess or ExecuteStreamCommand to run the php command line application to execute a script.