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!
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
}, ...