- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
I am using unpack processor in NIFI to unzip a zip file,I need to validate the number files unziped,is there a simple way to do this?
- Labels:
-
Apache NiFi
Created ‎04-26-2018 09:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎05-02-2018 06:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
if you are using the unpackcontent processor , fragment.count should give you the count.
Regards,
Sai
Created ‎05-02-2018 06:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
if you are using the unpackcontent processor , fragment.count should give you the count.
Regards,
Sai
Created ‎05-07-2018 10:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @Saikrishna Tarapareddy it worked
Created ‎11-20-2019 04:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to do the file count if we are using Compress Content Processor ?
