gatsby-source-google-sheets
gatsby-source-google-sheets copied to clipboard
A GatsbyJS plugin that pulls nodes from rows in a Google Sheet.
I have an excel sheet with korean and chinese columns, it seems it is not parsing it. Is there any plans to support unicode in the future?
I've forked, and using it for myself, but I thought that maybe could be someone else interest. There's no error handling, if `sheetId` is incorrect it will crash somehow. Cheers...
I think you stated this in the readme, maybe instead of lodash you could use the `camelcase` npm module https://www.npmjs.com/package/camelcase. I think it works on normal strings just fine and...
I just spent the better part of an hour scratching my head on why just one column (a rating from 0 to 5) was consistently being ignored by graphql. Changing...
this happened a lot as of a few months ago (last time i used gatsby). simply wrapping the fetch in something like [`async-retry`](https://github.com/zeit/async-retry) should be sufficient