MeanPug / django-gsheets

Django app for keeping models and google sheets synced
https://www.meanpug.com/sync-data-to-and-from-google-sheets-with-django-gsheets/
MIT License
60 stars 25 forks source link

Google sheet Auto Boolean capitalization #10

Open Titorat opened 4 years ago

Titorat commented 4 years ago

Google sheets automatically turn "False" into "FALSE" and "True" into "TRUE", when "django-gsheets" pull the data, it can't parse the capitalized strings and outputs an error. This is a quick fix to handle capitalized Boolean values after retrieval.

luqmansen commented 3 years ago

Can this PR be merged? This PR definitely solve the boolean sync problem