mockaroo-enterprise
mockaroo-enterprise copied to clipboard
Whole number floats returned form a formula are typecasted to integers even if the return type is stirng
Hi,
I tried multiple ways to generate floats in range 1.0 - 5.0 in steps of 0.5, but it seems like whenever a float is a whole number it will be type casted to an integer.
I finally managed to get what I want with a custom list, but I think that: If the character sequence generator is used with a formula, then the returned value should be inserted as is if it's a string
