Can Microsoft Purview classify a column containing XML or JSON data through scan?

71 Views Asked by At

I want to scan my Location database which is present in Azure SQL database. While scanning with system classification rules, it identifies classification for Cities, Countries, etc.

If these fields are present in a column "Demography" (datatype=varchar(max)) having values like {"City": "California", "Country": "United States"}, will this column be classified after scanning the data source?

Added scan and classification for Azure SQL database

0

There are 0 best solutions below