JSONPATH
This section contains reference documentation for the JSONPATH function.
Was this helpful?
Was this helpful?
{
"tableConfig":{
"ingestionConfig":{
"transformConfigs":[
{
"columnName":"name",
"transformFunction":"JSONPATHSTRING(data, '$.name')"
},
{
"columnName":"age",
"transformFunction":"JSONPATHSTRING(data, '$.age')"
}
]
}
}
}