Azure Purview - JSON ADLSGen2 存储中的属性变得混乱
Azure Purview - JSON properties in ADLSGen2 store are getting messed up
我有一个 ADLS Gen2 湖。湖里我有分类
/environment/source/system/entity/myspecificfilenameconvention/*.json
Purview 似乎很好地接受了我的路径和约定,但是它正在处理一个简单的 JSON 文件格式并在 UI!
中提供
文件格式非常简单,如下所示。知道为什么 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 的评论。只是 post 一个结束这个问题的答案:
“将文件保存为 UTF-8,而不是 UTF-16”成功了。
我有一个 ADLS Gen2 湖。湖里我有分类
/environment/source/system/entity/myspecificfilenameconvention/*.json
Purview 似乎很好地接受了我的路径和约定,但是它正在处理一个简单的 JSON 文件格式并在 UI!
中提供文件格式非常简单,如下所示。知道为什么 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 的评论。只是 post 一个结束这个问题的答案:
“将文件保存为 UTF-8,而不是 UTF-16”成功了。