We're getting the following error when trying to mask a 8+ digit before decimal FLOAT field using FPE1EXT
Message: Error converting data type varchar to float.
The float value is '81725710'.
This issue doesn't happen when masking float values with 7 or fewer digits before the decimal. Adding or removing decimal values does not impact the masking attempt's success (E.G. masking 1234567.11111 will work. 12345678.1 will not)
Release : 4.10
The problem is how FDM handles the usage of exponents (E), which we mask as part of the input.
This is resolved in FastDataMasker-4.10.82.0.