Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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?

avatar
 
1 ACCEPTED SOLUTION

avatar
Super Collaborator

@vinayak krishnan ,

if you are using the unpackcontent processor , fragment.count should give you the count.

Regards,

Sai

View solution in original post

3 REPLIES 3

avatar
Super Collaborator

@vinayak krishnan ,

if you are using the unpackcontent processor , fragment.count should give you the count.

Regards,

Sai

avatar

Thanks @Saikrishna Tarapareddy it worked

avatar

How to do the file count if we are using Compress Content Processor ?