Member since
03-01-2017
1
Post
0
Kudos Received
0
Solutions
03-01-2017
04:05 PM
You can use the ExtractText processor, and use a regexp to filter what you need. https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html You could also execute a script from an ExecuteScript processor, which could call a shell script for example, which can use standard regexp to filter. @ulung tama
... View more