benkeen / generatedata

A powerful, feature-rich, random test data generator.
https://generatedata.com
2.21k stars 611 forks source link

Alphanumeric DT output bug #816

Closed benkeen closed 6 months ago

benkeen commented 1 year ago

If you set the output to a bunch of x's, like xxxxx it will generate a numeric value. Problem is that it can start with a 0, which is invalid.

The DT should figure this out and convert those ones to strings. That or maybe convert them ALL to strings if it notices the first char could be a 0?

benkeen commented 6 months ago

Fixed.