使用Google Docs importXML从Bing Maps / virtualearth.net API输出XML数据

时间:2015-09-03 09:03:38

标签: api maps bing-maps bing

我一直在使用Google Docs的ImportXML函数从MapQuest的API中检索数据。不幸的是,MapQuest的API不提供我需要的所有数据,这就是我想要使用Bing Maps的原因。我一直在尝试这个:

=importXML("http://dev.virtualearth.net/REST/v1/Locations?countryRegion=NL&postalCode=A2&key=$A$1&output=xml";"//Resources/Point/Latitude")

我收到“导入的内容为空”错误,我认为这是由错误的xpath查询引起的。当我手动在浏览器中输入URL时,我确实看到了正确的XML输出。

有人可以帮忙吗?

1 个答案:

答案 0 :(得分:0)

我认为这是与案例敏感相关的问题。解决方法是json输出并使用此Google表格脚本:https://medium.com/@paulgambill/how-to-import-json-data-into-google-spreadsheets-in-less-than-5-minutes-a3fede1a014a

完美无缺。