Skip to content
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

Google Sheet range must include Row 'A' to catch headers #46

Open
McFateM opened this issue Nov 6, 2017 · 4 comments
Open

Google Sheet range must include Row 'A' to catch headers #46

McFateM opened this issue Nov 6, 2017 · 4 comments

Comments

@McFateM
Copy link
Contributor

McFateM commented Nov 6, 2017

In my tests I have found that the "range" specification required when reading from a Google Sheet MUST begin from cell A1 (as in Sheet1!A1:AN100). If it does not, the column headers are not processed causing many exceptions downstream.

Unfortunately, I'm not sure how to fix this yet.

@DiegoPino
Copy link
Contributor

DiegoPino commented Nov 6, 2017 via email

@McFateM
Copy link
Contributor Author

McFateM commented Nov 6, 2017 via email

@DiegoPino
Copy link
Contributor

Up for a call on Wednesday? I can do that for sure. Even reading twice, first ROW always + anything else people define. If ROW 1 is included, then well, only read once. Let me know if you have time on Wednesday

Best!

@McFateM
Copy link
Contributor Author

McFateM commented Mar 20, 2018

@DiegoPino Did we ever discuss this, I can't recall? Anyway, I've found an acceptable way around this in my workflow... by copying my row 'A' headers into the first row that I intend to read. So, I agree, documentation is probably what's really required at this point.

That makes me wonder, where should this be documented? I think the ICG still has a fork of IMI with quite a bit of user documentation that was generated a year ago and our 2017 Hack/Doc. If I get some time I'll take a look back at that and maybe we can discuss steps to create a PR from it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants