0
votes

I have a ftp as a source connection where some I have zip file and others are not in compress form. I want to copy the files from ftp,decompress zip files and put all files into azure data lake or azure blob storage wherever it's possible to get decompressed.

I'm using copy data activity where I have a source as ftp and properties is zipDeflate,fastest and binary copy and the sink side, I'm just defining the destination ADL path. The files are getting copied to ADL but they're copying in compress form only. Please let me know if it's possible to achieve the above objective by using copy activity process?

1

1 Answers

0
votes

Using binary copy is your issue here, data factory wont understand the data it is moving to uncompress it. Try the same setup without binary copy!

Hope this helped!