brandonmp / gatsby-source-google-sheets

A GatsbyJS plugin that pulls nodes from rows in a Google Sheet.
90 stars 32 forks source link

Negative number is not recognized as a number #11

Open MiliusCZ opened 6 years ago

MiliusCZ commented 6 years ago

Thanks for this awesome plugin! I use it to get my swarm check-ins from a google sheet. Sometimes the coordinate are negative and it results in the error and consequently in omitting these columns at all.

googleSheetSwarmCheckinsRow.longitude:

mckeever02 commented 5 years ago

I ran into this bug also with pulling in Coordinates. My Solution was to wrap coordinates in quotes before POSTing and then remove when pulling them back in. Thats the only solution I could come up with until a fix is made.