0

我有一个 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
    }, ...
4

1 回答 1

1

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

“将文件另存为 UTF-8,而不是 UTF-16”起到了作用。

于 2021-05-25T02:38:24.180 回答