Azure Purview - ADLSGen2 存储中的 JSON 属性变得混乱

问题描述

我有一个 ADLS Gen2 湖。在湖中,我有一个分类法。

/environment/source/system/entity/myspecificfilenameconvention/*.json

Purview 似乎很好地适应了我的路径和约定,但是它正在修改一个简单的 JSON 文件格式并在 UI 中提供它!

enter image description here

文件格式非常简单,如下所示。知道为什么 Purview 会用它来做狗早餐吗?

[
    {
        "attributes": {
            "type": "MyType","url": "/path"
        },"Id": "11111","IsDeleted": false,"AccountId": "222222","CreatedById": "333333","CreatedDate": "2019-10-26T08:43:04.000+0000","Field": "created","OldValue": null,"NewValue": null
    },...

解决方法

感谢@Hong Ooi 的评论。只需发布一个答案即可结束此问题:

“将文件另存为 UTF-8,而不是 UTF-16”即可。

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...