Azure Copy Activity: Concate two source columns

Abhishek Vyas 101 Reputation points
2021-05-27T18:29:48.853+00:00

Hi,

Is it possible to concatenate two source columns into one sink column using Azure Data Factory Copy Activity.

Thanks
Abhishek

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

Accepted answer
  1. KranthiPakala-MSFT 46,642 Reputation points Microsoft Employee Moderator
    2021-05-28T06:16:04.107+00:00

    Hi @Abhishek Vyas ,

    Thanks for the ask and using Microsoft Q&A forum.

    Unfortunately copy activity in ADF is not intended for transformations, hence the answer is no. It is used to copy data among data stores located on-premises and in the cloud. After you copy the data, you can use other activities like Mapping data flow (just an example) to further transform and analyze it.

    If you want to transform the data while copying from source to sink, then Mapping data flow activity is the correct solution which supports various transformations as listed here: Mapping data flow transformation overview

    Within mapping data flow, Derived column transformation suits well for your requirement.

    Hope this info helps. Do let us know if you have further query.

    ----------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.