Decompress a tar.Z file in Azure Data Factory

Shiv Kumar 40 Reputation points
2023-02-16T05:53:57.4366667+00:00

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.

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,378 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,651 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sally Dabbah 5 Reputation points Microsoft Employee
    2023-02-16T13:44:11.2533333+00:00

    you can decompress it using Copy activity:
    in source dataset : choose your compression type
    User's image

    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.
    User's image


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.