+1 vote
in Azure Data Factory by
How can you handle the null values in an activity output in Azure Data Factory?

1 Answer

0 votes
by

We can handle the null values gracefully in an activity output in Azure Data Factory by using the @coalesce construct in the expressions.

...