Here you will learn a few ways you can redact PII from your data before you send it to Dashbot's platform

PII stands for Personally Identifiable Information and all digital organizations must explain how they are handling such information. Dashbot has a policy of not ingesting or storing any PII. Below are some example PII redaction libraries you can use in order to clean your data.

These libraries already have the logic baked in to look for a variety of PII types. There are several public libraries that are useful for redacting PII. These includes Amazon, Microsoft and a Java Script library.

Here are some examples of the types of PII that should/can be removed:

PII CategoryPII type
PersonalNAME

ADDRESS

PHONE

EMAIL

AGE
NationalSSN

PASSPORT_NUMBER

DRIVER_ID
FinancialBANK_ACCOUNT_NUMBER

BANK_ROUTING

CREDIT_DEBIT_NUMBER

CREDIT_DEBIT_CVV

CREDIT_DEBIT_EXPIRY

PIN

PII Libraries

Microsoft offers a PII redaction function through its Azure AI-Language product.

Amazon offers a PII redaction function through its Amazon Comprehend product.

Use Redact-PII to clean text data. The library can remove names, email addresses, phone numbers, social security numbers, and other identifiable information.

Dashbot also has a library that can be leveraged to clean PII from data you are passing to our platform as well.