Using FDM, mask all character in a char column with a * (asterisk).
Source is a txt file.
Trailing spaces in char should remain as before.
Test Data Manager 4.11
FDM component
To preserve trailing spaces, use option: TRIMVALUES=N
Select Mask Type as REGEXREPLACE
As the Reg Expression enter: [a-zA-Z]
Replace With: *
See: