Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

how to remove header apache nifi

avatar
New Contributor

i have file like this and i want to remove header file:

any suggestion for me to solve this problem in apache nifi

13129-selection-062.png

1 REPLY 1

avatar
Expert Contributor

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