反馈已提交
网络繁忙
Data desensitization refers to the deformation of data through desensitization rules for certain sensitive information to achieve reliable protection of sensitive private data.
For example, phone numbers and bank names are desensitized as shown in the following figure.
Process data in a self-service dataset, using the Replace function for field replacement.
For example, to desensitize phone numbers, the example uses the Demo data "Supplier Information table".
Add the "Desensitization" Self-Service dataset and select the field as shown below.
Add a new column "Phone Desensitization", use the formula REPLACE function for field replacement, enter the formulaREPLACE(phone,3,7,"xxxx"), as shown in the following figure.
The effect of field replacement using the REPLACE function is shown in the following figure.
Example data: replacement characters.xlsx
Add the "Desensitization" Self-Service dataset and select the fields as shown below.
Add a new column "Bank Desensitization", use the formula REPLACE function for field replacement, enter the formulaREPLACE(Bank,LEFT(Bank,FIND("B",Bank)-1),"xx"), click "OK", as shown in the figure below:
Note: The functions and fields in the formula box need to be selected by clicking the selection area on the left, and cannot be entered manually.
Formula Description:
Intercepting all characters before a silver character
See: Getting all characters before a character Section 3.1 for details
售前咨询电话
400-811-8890转1
在线技术支持
在线QQ:800049425
热线电话:400-811-8890转2
总裁办24H投诉
热线电话:173-1278-1526
文 档反 馈
鼠标选中内容,快速反馈问题
鼠标选中存在疑惑的内容,即可快速反馈问题,我们将会跟进处理。
不再提示
10s后关闭