Attribute Discovery Process
How DataPancake discovers attributes during scanning, including polymorphic detection and recursive parsing of stringified JSON.
Last updated
Was this helpful?
Was this helpful?
{
"customer_id": "C001",
"customer": {
"address": "123 Main St, Anytown, ST 12345",
"metadata": "{\"source\":\"web\",\"tags\":[\"vip\"]}"
}
}{
"customer_id": "C002",
"customer": {
"address": {"street": "456 Oak Ave", "city": "Springfield"},
"metadata": "{\"source\":\"mobile\",\"tags\":[\"new\"]}"
}
}