-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make some changes to fetch
#53
Conversation
We started a new spreadsheet and @timothyfcook is copying cleaned-up data over to it (from Excel). I'm having trouble fetching the spreadsheet. I tried "File > Publish to the web ..." but I'm still getting a sign-in page when trying to download the data. |
Did I keep notes on this the last time we went through this? |
Here's what I found last time:
https://developers.google.com/google-apps/spreadsheets/worksheets |
|
Soooooo ... I did publish to web, and the fetch script is still getting the sign-in page. What's up, Google? |
/me resists @mention'ing |
What's wrong with the url in fetch? |
I think it's actually the URL for listing the available worksheets that's failing. |
No, it's the actual CSV download that's failing:
Is the gid wrong? |
Harumph. The individual CSV URLs are given to us by Google in the worksheet listing. We're not computing those ourselves. What gives? |
|
Why was the URL they gave us working before and it's not now? Are there multiple URLs in the worksheet listing, and is the right one in there for us to grab? |
I've had this problem before with pulling data from google sheets.... |
:-/ |
I hacked it by extracting the |
Now I'm working on a bug where there's only one record in the json we dump. |
It's because |
@timothyfcook A little more clean-up to be done, it appears:
|
@timothyfcook I've got the script back up to speed with the new sheet. Let's get that data cleaned, and then we can regenerate |
make some changes to `fetch`
This is to keep up with structural changes to the spreadsheet.