在 Google Data Studio 中提取 json 字符串字段

Extract json string field in Google Data Studio

我正在尝试在 Google Data Studio 中分析我的 Firestore 数据。我已成功将我的数据从 BigQuery 导入到 Google Data Studio,但我并非无法使用它。

这是我在 GDS 中的 JSON 格式:

{
    "document_name": "projects/path",
    "document_id": "01ASsoYefmYy4h8mGTPWzt5d5Xw1",
    "timestamp": "1970-01-01 00:00:00 UTC",
    "event_id": "",
    "operation": "IMPORT",
    "data": "{\"mail\":\"email@gmail.com\",\"creationDate\":1602011942852,\"initialized\":true,\"languageCode\":\"en\"}"
}

我正在尝试使用 creationDatemail 作为字段,但我无法用它创建字段,因为这是一个字符串化的 JSON。 我试图用公式找到解决方案,但没有成功。

如何在 Google Data Studio 中利用字符串化 JSON 中的字段?

谢谢

我终于找到了解决方案:将架构视图应用于我的数据字段。

这是直接来自 Firebase 的文档:https://github.com/firebase/extensions/blob/9f8d7fd6048bcaa7b5bc505cebe2e90494359e33/firestore-bigquery-export/guides/GENERATE_SCHEMA_VIEWS.md