Read zip file from file listener

Hello All,

I am trying to read zip file via file listener, I have given binary data mode and trying to get value of it on clipboard but pega is not allowing me to read file on clipboard with binary mode.

Attached screenshot for error, let me know if anyone knows solution for it.

@PranjaliK3745 Could you please post a screenshot of Request tab - Parse segments

@BhanuPrakash_G Yes, attached

@PranjaliK3745 If we are reading a file then the parse segments needs to be a Structured Parse Rule

@PranjaliK3745

The pzFTPService Service-File contains the configuration you’ll need and serves as a good example. If you have BIX installed on your server, you can simply look at it.

Otherwise, just follow make sure to have…

The activity will need to get the name of the file, open it and then perform the actions on the file you wish to do.