Hi Experts,
I have a pass thru interface that sends csv file and it needs to be zipped in the receiver directory. I've implemented AF_Modules/PayloadZipBean and AF_Modules/MessageTransformBean to set the contentType and assign to the filenamekey. The logs show that the payload is zipped but the processed file remains in CSV format.
I'm using Advantco party SFTP adapter btw.
Did I miss any step? Here are the module configs
I have enabled ASMA as well since I need the file name of the zipped file to be the same as the input csv file.
Appreciate your feedback. Thanks a lot!