Relative Content

Tag Archive for azurebase64azure-data-factoryunzipdecoding

Unzip a zip file encoded into base64 using Azure Data Factory

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.