You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with Excel or Google Sheets, boolean values are by default exported to DSV files as uppercase "TRUE" or "FALSE" strings.
It would therefore seem sensible for the autoType function not to be case sensitive when parsing booleans from strings rather than only accepting lowercase. "true", "TRUE" or perhaps even "tRUe" should become true.