bradjasper / ImportJSON

Import JSON into Google Sheets, this library adds various ImportJSON functions to your spreadsheet
GNU Lesser General Public License v3.0
2.11k stars 1.06k forks source link

#ERROR on correct query #13

Closed zen closed 9 years ago

zen commented 9 years ago

I'm trying to use this query: =ImportJSON("http://stackalytics.com/api/1.0/contribution?project_type=stackforge&release=all&user_id=tzn&metric=commits&start_date=1389312000&end_date=1499126340", "/contribution", "noHeaders")

WHatever I put into second and third parameter, I'm getting error. Even when I use one of your examples, I;m getting the same error: =ImportJSON("http://gdata.youtube.com/feeds/api/standardfeeds/most_popular?v=2&alt=json", "/feed/entry/title,/feed/entry/content", "noInherit,noTruncate,rawHeaders")

zen commented 9 years ago

Ok, I figured it out. All examples use "," as option separator, it should be ";"