Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
how to remove header apache nifi
Labels:
- Labels:
-
Apache NiFi
New Contributor
Created on 03-01-2017 07:59 AM - edited 08-19-2019 02:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have file like this and i want to remove header file:
any suggestion for me to solve this problem in apache nifi
1 REPLY 1
Expert Contributor
Created 03-01-2017 04:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
