Hi all,
I'm trying to mask last 4 digits of the telephone numbers. Due to the no fixed length of the telephone numbers, I can't use segment mapping relying on the segment length. How can I substitute the last 4 digits independently from the length of the value?
Let me write some sample values and what I'd like to obtain:
Original values to mask:
012.3456789
023.45678901
What I'd like to get:
012.345****
023.4567****
Any help would be sincerely appreciated.
Regards.
Gianpiero
#Masking