How can I replace attributes values using azure data factory?

2021-06-22T10:29:20.127+00:00

For example, I have a value that is = corretiva and I want to change it to = 1

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

1 answer

Sort by: Most helpful
  1. MarkKromer-MSFT 5,206 Reputation points Microsoft Employee
    2021-06-22T18:50:17.28+00:00

    Add a data flow to your pipeline. Add a source that points to your data, then add a Derived Column. Pick the column name you wish to change and then set the value you wish to set it to using the Expression Builder. https://learn.microsoft.com/en-us/azure/data-factory/data-flow-derived-column

    0 comments No comments