0 votes
in Azure Data Factory by
How do I gracefully handle null values in an activity output?

1 Answer

0 votes
by

You can use the @coalesce construct in the expressions to handle the null values gracefully.

Related questions

0 votes
asked Mar 14, 2022 in Azure Data Factory by sharadyadav1986
0 votes
asked Sep 23, 2021 in Azure Data Factory by Robin
...