0

I have a ADLS Gen2 lake. In the lake I have a taxonomy.

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

Purview seems to pick up my paths and conventions just fine, however it is munging a simple JSON file format and giving this in the UI!

enter image description here

The file format is pretty straight forward as below. Any idea why Purview is making a dogs breakfast of it?

[
    {
        "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
    }, ...
Murray Foxcroft
  • 12,785
  • 7
  • 58
  • 86

1 Answers1

1

Thanks for @Hong Ooi comment. Just post an answer to end this question:

"Save your file as UTF-8, not UTF-16" did the trick.

Steve Johnson
  • 8,057
  • 1
  • 6
  • 17