Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,239 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
How to Pass Null Value in Parameter while creating new derived column in ADF Data Flows?
I am able to pass blank or any other default value ex. '' or 'Source1'.
but unable to pass null.
Please help in this regard.
Add a pipeline parameter as a String, then use a Data Flow expression like: toString(null())