Using Split() in Additional Column $$column of Copy activity

N2120 81 Reputation points
2022-10-21T05:28:32.197+00:00

Using a copy activity, getting Column A from Source,
How do I use additional Columns in Source to Split() Column A into 2?
Is it even possible to use functions() on an incoming Source column ?
Can this be done without going into dataflows just with activities

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

Accepted answer
  1. Subashri Vasudevan 11,206 Reputation points
    2022-10-22T10:38:09.807+00:00

    Hi @nsh-2120,

    No, we cannot derive a new column based on the source columns in additional columns space. We need to use data flow for such cases.

    Please note that, in Additional Columns, we can use dynamic expressions that are based on variables, parameters and functions. But not on other columns.

    Hope it helps.

    Thanks

    0 comments No comments

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.