反馈已提交

网络繁忙

You are viewing 5.1 help doc. More details are displayed in the latest help doc.

Data Desensitization

  • Recent Updates: May 05, 2022
  • 1. Overview

    1.1 Expected effect

    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.

    32.png

    1.2 Implementation idea

    Process data in a self-service dataset, using the Replace function for field replacement.

    2. Desensitization of fields with the same character lengths

    For example, to desensitize phone numbers, the example uses the Demo data "Supplier Information table".

    2.1 Add Self-Service dataset

    Add the "Desensitization" Self-Service dataset and select the field as shown below.

    33.png

    2.2 Add new column

    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.

    34.png

    2.3 Effect view

    The effect of field replacement using the REPLACE function is shown in the following figure.

    35.png

    3. Desensitization of fields with different character lengths

    Example data: replacement characters.xlsx

    3.1 Add Self-Service dataset

    Add the "Desensitization" Self-Service dataset and select the fields as shown below.

    36.png

    3.2 Add new column

    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:

    37.png

    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:

    FormulaDescription
    LEFT(Bank,FIND("B",Bank)-1)

    Intercepting all characters before a silver character

    See: Getting all characters before a character Section 3.1 for details

    REPLACE(Bank,LEFT(Bank,FIND("B",Bank)-1),"xx")Replace all characters before the word silver with xx

    3.3 Effect view

    The effect of field replacement using the REPLACE function is shown in the following figure.

    38.png

    Attachment List


    Theme: Advanced Data Analyis
    Already the First
    Already the Last
    • Helpful
    • Not helpful
    • Only read

    售前咨询电话

    400-811-8890转1

    在线技术支持

    在线QQ:800049425

    热线电话:400-811-8890转2

    总裁办24H投诉

    热线电话:173-1278-1526

    文 档反 馈

    鼠标选中内容,快速反馈问题

    鼠标选中存在疑惑的内容,即可快速反馈问题,我们将会跟进处理。

    不再提示

    10s后关闭