I am using ADF and I have a web task that produces as output a base64 encoded zipper file. I was able to decode the output using @base64ToString and write it to a file with the extension .zip in my blob storage. However, after defining a CopyData activity that reads this file with the ZipDeflate compression type, ADF fails to decompress the file, indicating that it is not a valid zip file.
I have also tried downloading the file locally (OS: Windows) but cannot unzip it. Any suggestions?
“I already know that there is a way to be able to do this with the Azure function service but I am looking for a way to be able to do it only in ADF.”