you can decompress it using Copy activity:
in source dataset : choose your compression type
in sink -> choose a copy behavior -> Flatten hierarchy.
and you can write the output to a staging/ temp file and use it the way you like.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using ADF and I have a source file available on ADLS locations and file extension is '.tar.Z', How i can decompress. Z file in Azure Data Factory.
you can decompress it using Copy activity:
in source dataset : choose your compression type
in sink -> choose a copy behavior -> Flatten hierarchy.
and you can write the output to a staging/ temp file and use it the way you like.