Home > front end >  How to use custom scripts in Azure Data Factory to Transform data?
How to use custom scripts in Azure Data Factory to Transform data?

Time:01-17

We are currently using DataStage for ETL processing. We have lot of custom scripts to transform the data - eg

if value of this column is X then set the value to XX

We are in the process of replacing DataStage with Azure Data Factory.

Does Azure Data Factory has the capability to use the custom scripts for Transformation? If so, any reference.

CodePudding user response:

You can write the case expression in the Data flow derived column transformation in Azure Data Factory.

Example:

enter image description here

enter image description here

  •  Tags:  
  • Related