04-02-2020 07:34 AM
Hi everyone,
I am struggling to uncompress a ZIP file. I have used ZipRead and tried to apply a Binary to Document and plugged a For Each so that I can write in a different location each uncompressed files.
However, I seem not able to write the files.
IS there anyone having a pattern or template that helps?
In the example below, I just tried a file write for only 1 file (this is why you see the Head) and I would move the 2 first snap in a master pipeline, then call a for each just for the file writing;
One of my main issue is that my zipfile gets html files and there is also a folder. File writer is not able to write folders showing in the path:
myfolder\file1.xml
mufomder\file2.xml
Would you see a way that to uncompress on FTP without File Writer that fails with files in subfolders?
Thanks,