Data Protocol Docs Logo

resource

Data Tagging Table

For more on this topic, take the Lab: Data Categorization Lab

1 min read

Share this doc:


Field
job
Example: Accountant
Tag: cust:lsi
Regex: r’.*’
company
Example: Russell Inc
Tag: cust:lsi
Regex: r’.*’
ssn
Example: 123-45-6789
Tag: cust:hsi-identity-ssn
Regex: r’d{3}-d{2}-d{4}’
blood_group
Example: B-
Tag: cust:hsi-medical-bg
Regex: r’[ABO]{1,2}[+-]{1}’
username
Example: rscott
Tag: cust:qsi-username
Regex: r’.*’
name
Example: Richard Scott
Tag: cust:si-name
Regex: r’[a-zA-Z ]+’
sex
Example: M
Tag: cust:qsi-sex
Regex: r’^[MF]{1}$
mail
Tag: cust:si-email
Regex: r’(^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+.
birthdate
Example: 02/24/1987
Tag: cust::qsi-birthdate
Regex: r’[0-9]{2}/[0-9]{2}/[0-9]{4}’
timestamp
Example: O-10/03/2021, 08:25:11
Tag: cust:lsi
Regex: r’[0-9]{2}/[0-9]{2}/[0-9]{4},[0-9]{2}:[0-9]{2}:[0-9]{2}’
street
Example: 841 Elizabeth Radial
Tag: cust:qsi-address
Regex: r’.*’
city
Example: Houston
Tag: cust:qsi-address
Regex: r’[a-zA-Z]+
state
Example: TX
Tag: cust:qsi-address
Regex: r’[A-Z]{2}’
zipcode
Example: 77006
Tag: cust:qsi-address
Regex: r’[0-9]{5}
ccn
Example: 4044280409734134
Tag: cust:hsi-financial-ccn
Regex: r’[0-9]{16}’
dl
Example: NY-8213348
Tag: cust:hsi-identity-dl
Regex: r’[ABO]{1,2}[+-]{1}’

For more on this topic, take the Lab:


Data Protocol Course

Data Categorization Lab

You will crawl a dataset to understand overall privacy risk, introduce a new data pipeline by creating different datasets, and make decisions about access control and retention.

Share this doc:


Your privacy matters.

By clicking "Accept All", you are agreeing to Data Protocol's Cookie Policy.