django-gsheets icon indicating copy to clipboard operation
django-gsheets copied to clipboard

Google sheet Auto Boolean capitalization

Open Titorat opened this issue 4 years ago • 1 comments

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.

Titorat avatar Jul 25 '20 09:07 Titorat

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

luqmansen avatar Oct 21 '20 04:10 luqmansen