JSONEXTRACTOBJECT
This section contains reference documentation for the JSONEXTRACTOBJECT function.
Signature
Arguments
Description
When to use it
Usage examples
{
"tableConfig": {
"ingestionConfig": {
"transformConfigs": [
{
"columnName": "message_obj",
"transformFunction": "JSONEXTRACTOBJECT(message)"
},
{
"columnName": "level",
"transformFunction": "JSONPATHSTRING(message_obj, '$.level', null)"
},
{
"columnName": "msg_time",
"transformFunction": "JSONPATHSTRING(message_obj, '$.time', null)"
}
]
}
}
}Last updated
Was this helpful?

