Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

how to remove header apache nifi

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

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

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.