Share via

transform data in Azure data factory

Gurusvasti 21 Reputation points
2021-08-05T20:17:24.937+00:00

Does anyone know how to transform data in Azure data factory
I have a source file that contains data like this:

ABC Code-01
DEF
GHI
JKL Code-02
MNO

I need to make the data looks like this to the sink file:

ABC Code-01
DEF Code-01
GHI Code-01
JKL Code-02
MNO Code-02

Please hekp

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


1 answer

Sort by: Most helpful
  1. Mark Kromer MSFT 1,146 Reputation points
    2021-08-07T00:43:51.65+00:00

    This is similar to the "fill-down" feature found in tools like Excel. We have a solution for this here in ADF data flows script snippets: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-script#fill-down

    Was this answer helpful?

    0 comments No comments

Your answer

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