I have a zip file which is password protected in azure ADLS container.
Want to unzip it and move the files to differnt container
I tried with copy activity. It is giving error.
"errorCode": "2200",
"message": "ErrorCode=UserErrorUnzipInvalidFile,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=The file 'Myriad_DataConnect_AON_04-16-2024.zip' is not a valid Zip file with Deflate compression method.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.IO.InvalidDataException,Message=The archive entry was compressed using an unsupported compression method.,Source=System.IO.Compression,'",
"failureType": "UserError",
"target": "cpy-SFTP-ADLS-myriad",
"details": []
please give me the sollution.
New contributor
Anuradha Joshi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.