FDM Mask of txt file with char column. Mask only the characters with a *
search cancel

FDM Mask of txt file with char column. Mask only the characters with a *

book

Article ID: 376379

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

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.

Environment

Test Data Manager 4.11 

FDM component

Resolution

To preserve trailing spaces, use option: TRIMVALUES=N
Select Mask Type as REGEXREPLACE 
As the Reg Expression enter: [a-zA-Z]
Replace With: *

See: