Copy data from multiple cols in data factory

Lilac 80 Reputation points
2023-02-20T06:22:19.91+00:00

Hello. I have an excel sheet in blob storage whose first 4 columns(A:D) have the same header names but different data as columns H:K. I need to copy the data using adf pipeline into a single blob output where the data from these 2 different col ranges will be appended. Any instructions on how to do it will be highly appreciated.

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

1 answer

Sort by: Most helpful
  1. Lilac 80 Reputation points
    2023-02-27T06:07:54.8733333+00:00

    Hi Shaik Maheer,

    The solution was achieved by using a mapping data flows and selecting individual ranges inside the select transformation. Finally these datasets were UNIONized and I used a copy activity to create the merged file.


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.