So, I'm suspecting this is a CODAP issue and not a Transformers issue but I'm not sure, so....
The original Animals Dataset spreadsheet always had TRUE and FALSE in all caps.
CODAP didn't seem to like that, so I updated the spreadsheet with true and false in lowercase.
The funny thing is, when I use true and false in expressions (for the Transformers), I still need to enter them as strings - in quotation marks. Otherwise, I get weird results. (For example, if I enter fixed = true, I get back an empty dataset. The Transformer works just fine with fixed = "true", though.)
any idea what's going on? I assume this is not in our control.
So, I'm suspecting this is a CODAP issue and not a Transformers issue but I'm not sure, so....
The original Animals Dataset spreadsheet always had
TRUEandFALSEin all caps.CODAP didn't seem to like that, so I updated the spreadsheet with
trueandfalsein lowercase.The funny thing is, when I use
trueandfalsein expressions (for the Transformers), I still need to enter them as strings - in quotation marks. Otherwise, I get weird results. (For example, if I enterfixed = true, I get back an empty dataset. The Transformer works just fine withfixed = "true", though.)any idea what's going on? I assume this is not in our control.