I looked at FDM 4.9 and I am not seeing a function that I think will allow you to do this.
Maybe others here will have some suggestions.
------------------------------
Gene Howard
Principal Support Engineer
Broadcom
------------------------------
Original Message:
Sent: 10-19-2020 01:34 PM
From: John Smith
Subject: Query on Data masking
It is FDM and the version is 4.9 .
And this approach should be for both SQL and Mainframe DBs for maintaining consistency.
Original Message:
Sent: 10-19-2020 01:30 PM
From: Gene HOWARD
Subject: Query on Data masking
Which tool and verison are you using as it might make a difference?
DataMaker?
FDM?
ETC
------------------------------
Gene Howard
Principal Support Engineer
Broadcom
Original Message:
Sent: 10-19-2020 01:27 PM
From: John Smith
Subject: Query on Data masking
Hi Team,
Suppose I have a column called 'A' with 10 digits in length
I also have a column called 'B'
A B
1234567890 SAM
2345678912 HELLO
I want to mask column A and replace the first 5 digits with column B.
Post masking :
SAM 67890 (with 2 spaces)
HELLO78912
Could you please suggest what masking algorithm / approach can this be achieved?
Thank you