【发布时间】:2020-08-12 04:17:29
【问题描述】:
我正在寻找如何使用 Azure 数据工厂数据流活动来呈现我的空值。 目前,我正在使用标准数据流对 Azure SQL 数据库中的数据进行建模,并将其拖入 JSON 格式的 Blob 存储中。 But if the dataset source has a null value, the column in the row is skipped in JSON。
更新: Here is the results of having data, having entry string as data and null value.
请给我一些关于如何进行的建议,以解决问题。对于复制活动,我没有同样的问题 - 空值显示为“”
感谢您的建议! 干杯, 维塞拉
【问题讨论】:
标签: azure azure-data-factory dataflow