【发布时间】:2015-06-30 10:58:15
【问题描述】:
我有一个场景来解析表中一列的 json 数据。 问题是响应列下方的数据存储区备份到 BigQuery 生成的 json。它已“\”附加到每个数据。
Reponse": "[
{
\"questionId\":5121566669012992,
\"answereId\":0,
\"answeredText\":\"Summer\"
},{
\"questionId\":5166851730440192,
\"answereId\":0,
\"answeredText\":\"Barcelona\"
},{
\"questionId\":6304057064947712,
\"answereId\":0,
\"answeredText\":\"Kitesurf\"
}
]"
如何使用 BigQuery 解析以下内容以获取 questionId 的值?
【问题讨论】:
标签: json google-bigquery