【发布时间】:2016-04-15 22:26:16
【问题描述】:
我正在使用 Trevor Lohrbeer 的 importjson() custom function 将一些数据从 this JSON source 导入到 Google 表格中。
我不希望提供所有信息;我只想要列 E、V、W、X、AA、AB、AC、AD。
我尝试了一些事情,然后才意识到我不知道我在用这个参数做什么:
=importjson("http://www.pgatour.com/data/r/stats/current/102.json","This","AndThis")
如何修改此函数以仅检索上述项目?
【问题讨论】:
-
importjson是 Trevor Lohrbeer 和 documented here 编写的自定义函数。
标签: json google-apps-script google-sheets custom-function