retrosheet icon indicating copy to clipboard operation
retrosheet copied to clipboard

Support Number Values without =TO_TEXT

Open theapache64 opened this issue 4 months ago • 0 comments

Mixing String and Int would result in broken CSV data. This is a GoogleSheet CSV endpoint limitation. As of now, all values should be either String or number values should be wrapped in =TO_TEXT. This issue is to handle such scenarios without TO_TEXT

Image

theapache64 avatar Aug 24 '25 19:08 theapache64