Dear All
I am doing a scenario where I have to pick up a zip file containing multiple files.The task is to unzip and place the files in the target directory. I am using AF_Modules/PayloadZipBean in the receiver channel
The requirement is that the unziped files should have the same name as the original files
eg ABC.zip file contains invoice1.txt, invoice2.txt, invoice3.txt
The output in the final directory should be
invoice1.txt, invoice2.txt, invoice3.txt
The poblems I am facing
1. When I use ASMA parameters and give "*" in the receiver Communication Channel I get the original "zipped" file as output: ABC.zip
2. If I remove ASMA parameters and give a permanent name I get one one file as output. File.txt
I even tried DynamicConfigurationbean and variable substitution but it is alo yiedling the original zipped file as output
How can I aceive the functionality I am looking for
Sourabh