Created on 03-01-2017 07:59 AM - edited 08-19-2019 02:25 AM
i have file like this and i want to remove header file:
any suggestion for me to solve this problem in apache nifi
Created 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