Try using Derived Column activity to add "" if the data is null as explained in below. Looks like the question is copied from below as is.
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Azure data factory dataflow not present null values in JSON format
I am looking for how to present my null values with the Azure Data Factory Dataflow activity. Currently, I am using standard dataflow for modelling my data from Azure SQL database and drag it into Blob storage in JSON format. But if the dataset source has a null value, the column in the row is skipped in JSON.
ZdKMo.png
Please, give me some advice on how to proceed, in order to resolve the problem. With Copy activity I don't have the same issue - null values are presented with "".
Try using Derived Column activity to add "" if the data is null as explained in below. Looks like the question is copied from below as is.
Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav
Hi @Sorabh Bhardwaj ,
Could you please help on sharing details on clarifications which I mentioned in reply of answer. That will help me to repro scenario and provide detailed resolution. Thank you.