Closed ghost closed 1 year ago
Hello,
Thank you for contacting me. Unfortunately, the Data Anonymization feature does not support this functionality. However, you can achieve the desired outcome by using the Regex Replacement or JS Eval Replacement options available in the Value Mapping feature. For more information and guidance, please refer to this link: https://help.sfdmu.com/full-documentation/advanced-features/values-mapping.
Something like this can work for you (assuming you have only digits in your phone number):
RawValue=/^(\d*)\d{4}$/
Value=$1****
Best regards.
This case has been marked as 'to-be-closed', since it has no activity for the 3 days.
It will be automatically closed in another 3 days of inactivity.
This case has been closed, since it has no activity for the last 6 days. Feel free to reopen it, if you need more help.
By Using SFDMU TOOL how we can replace the last 4 digit of the phone number in asterisk.