Transpose File using ADF Mapping DataFlow

Arundhati Sen 151 Reputation points
2022-03-14T14:31:10.893+00:00

I have a csv file data like below : ![182916-image.png][1] I want to achieve data like below : ![182867-image.png][2] Here first 4 columns have same row values and last 4 columns have separate row values. Please help me how to achieve this using ADF Mapping DataFlow [1]: /api/attachments/182916-image.png?platform=QnA [2]: /api/attachments/182867-image.png?platform=QnA

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,600 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MarkKromer-MSFT 5,186 Reputation points Microsoft Employee
    2022-03-15T00:17:08.873+00:00

    There is not a direct Transpose function in ADF. But there are a few creative examples of using unpivot in the community, i.e.: https://learn.microsoft.com/en-us/answers/questions/629521/transpose-data-using-adf.html