Can K2 handle exponential numbers. For example, if I call a REST service and teh service returns back an exponential number like, -3.123E17. From my experience K2 does not transform a number of this size and I cannot do much with it. I cant convert it to a decimal or anything.
Does K2's smarbox have data size limits that would prevent K2 from seeing or storing the above number as 0.00000000000003123 or something along those lines? Because when I try to store -3.123E17 into a SmartBox the save action fails.