【发布时间】:2019-07-25 05:55:44
【问题描述】:
我正在尝试解析 Excel 文件中包含 JSON 数组数据的列。我想将该 JSON 数组转换为多行。
我尝试过将文本拆分为列,但结果不一致。
输入:
预期输出:
您可以在此 Google 工作表中找到我的输入和预期输出工作表
https://docs.google.com/spreadsheets/d/1zohaZXEoppbn4GBq-BLEFHk5n4PPwYPOTnbZbq6YbNs/edit?usp=sharing
【问题讨论】:
-
你有没有想过创建一个脚本?
标签: json regex google-sheets google-sheets-formula array-formulas