cancel
Showing results for 
Search instead for 
Did you mean: 

FileName after unzipping

Former Member
0 Kudos

Hi,

I have a zip file with several pdf files inside... I'l like to unzip the zip file and get all the PDFs with original file name in zip file. Unfortunately the first file in zip have the file name of the original zip file... Is there a way how to write also the first file from zip using the file name from zip? I'm using the PayloadZipBean to uzip the data in receiver SFTP channel...

abc.zip

-> a.pdf

-> d.pdf

-> c.pdf

And I'd like to get these files with original file names from zip:

a.pdf

b.pdf

c.pdf

But as already mention, the first file (even with the content of a.pdf) name is abc.zip... Is there a way how to keep the name from zip?

Thanks,

Milan

Accepted Solutions (1)

Accepted Solutions (1)

krist0v
Explorer
0 Kudos

Have you had a look at this note : "2670297 - Retain filenames from unzipped files of PayloadZipBean at SFTP receiver" ?

Former Member

Exactly: 2735578 - Retain attachment in SFTP adapter

Thanks.

Answers (0)