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

Negative number is not recognized as a number #11

Open
MiliusCZ opened this issue Jul 21, 2018 · 1 comment
Open

Negative number is not recognized as a number #11

MiliusCZ opened this issue Jul 21, 2018 · 1 comment

Comments

@MiliusCZ
Copy link

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:

  • type: number
    value: 50.36813591
  • type: string
    value: '-6.121681532'
    googleSheetSwarmCheckinsRow.latitude:
  • type: number
    value: 15.17281175
  • type: string
    value: '-0.1278404805'
@mckeever02
Copy link

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.

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

No branches or pull requests

3 participants