ASDD standard profile set
This section lists the full configuration for each classifier present in the ASDD standard profile set. The contents of the ASDD standard profile set may not be modified. An identical profile set may be created by creating a new profile set with ASDD support, and adding each built-in classifier to it by checking the box next to All Classifiers.
The values for classifierId and frameworkId may vary between systems.
JSON
[
{
"classifierId": 1,
"classifierName": "Account Number - Path",
"frameworkId": 3,
"domainName": "ACCOUNT_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(account|accnt|acct)_?-? ?(number|num|nbr|no|user))$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 2,
"classifierName": "Account Number - Type",
"frameworkId": 4,
"domainName": "ACCOUNT_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 5
},
{
"typeName": "Number",
"minimumLength": 5
}
]
}
},
{
"classifierId": 3,
"classifierName": "Address Line 1 - Path",
"frameworkId": 3,
"domainName": "ADDRESS",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>((street_?-? ?address)|street|address)_?-? ?((line)? ?_?(1|))?)$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 4,
"classifierName": "Address Line 1 - Type",
"frameworkId": 4,
"domainName": "ADDRESS",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 20
}
]
}
},
{
"classifierId": 5,
"classifierName": "Address Line 2 - Path",
"frameworkId": 3,
"domainName": "ADDRESS_LINE2",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>((street_?-? ?address)|street|address)_?-? ?((line)? ?_?(2|3|4|5))?)$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 6,
"classifierName": "Address Line 2 - Type",
"frameworkId": 4,
"domainName": "ADDRESS_LINE2",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 20
}
]
}
},
{
"classifierId": 7,
"classifierName": "Bank Account Number - Path",
"frameworkId": 3,
"domainName": "BANK_ACCOUNT_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(bank)?(account|accnt|acct)_?-? ?(number|num|nbr|no))$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 8,
"classifierName": "Bank Account Number - Regex",
"frameworkId": 1,
"domainName": "BANK_ACCOUNT_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"dataPatterns": [
{
"regex": "\\d{5,17}$",
"checksumType": "NONE",
"caseSensitive": false,
"matchStrength": 0.05,
"allowPartialMatch": false
}
],
"rejectStrength": 0.1
}
},
{
"classifierId": 9,
"classifierName": "Bank Account Number - Type",
"frameworkId": 4,
"domainName": "BANK_ACCOUNT_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "Number",
"minimumLength": 5
}
]
}
},
{
"classifierId": 10,
"classifierName": "Beneficiary Number - Path",
"frameworkId": 3,
"domainName": "BENEFICIARY_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(bene(ficiary)?_?-? ?(Number|Num|Nbr|No|Id)))$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 11,
"classifierName": "Beneficiary Number - Type",
"frameworkId": 4,
"domainName": "BENEFICIARY_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "Number",
"minimumLength": 5
},
{
"typeName": "String",
"minimumLength": 10
}
]
}
},
{
"classifierId": 12,
"classifierName": "Biometric - Path",
"frameworkId": 3,
"domainName": "BIOMETRIC",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(biometric)$)",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 13,
"classifierName": "Biometric - Type",
"frameworkId": 4,
"domainName": "BIOMETRIC",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 10
},
{
"typeName": "Binary",
"minimumLength": 0
}
]
}
},
{
"classifierId": 14,
"classifierName": "Certificate Number - Path",
"frameworkId": 3,
"domainName": "CERTIFICATE_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>cert(ificate)?_?-? ?id)",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
},
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(Cert(ificate)?_?-? ?(Number|Num|Nbr|No)))$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 15,
"classifierName": "Certificate Number - Type",
"frameworkId": 4,
"domainName": "CERTIFICATE_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 10
},
{
"typeName": "Number",
"minimumLength": 5
}
]
}
},
{
"classifierId": 16,
"classifierName": "City - List",
"frameworkId": 2,
"domainName": "CITY",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"valueLists": [
{
"file": "delphix-file://upload/f_a6db3d99646fcaf3fc7d0d76e27b23c4/us_cities.txt",
"matchStrength": 1
}
],
"rejectStrength": 0.5
}
},
{
"classifierId": 17,
"classifierName": "City - Path",
"frameworkId": 3,
"domainName": "CITY",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>^(home_?-? ?city|city|city_?-? ?ad?dress?e?)$)",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
},
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>^(address_?-? ?city|city|city_?-? ?address)$)",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 18,
"classifierName": "City - Type",
"frameworkId": 4,
"domainName": "CITY",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 10
}
]
}
},
{
"classifierId": 19,
"classifierName": "Country - Path",
"frameworkId": 3,
"domainName": "COUNTRY",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)country",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": false
}
],
"rejectStrength": 0
}
},
{
"classifierId": 20,
"classifierName": "Country - Type",
"frameworkId": 4,
"domainName": "COUNTRY",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 15
}
]
}
},
{
"classifierId": 21,
"classifierName": "Country - List",
"frameworkId": 2,
"domainName": "COUNTRY",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"valueLists": [
{
"file": "delphix-file://upload/f_2d546c150c9fee7f79c12af83e7df273/countries.txt",
"matchStrength": 1
}
],
"rejectStrength": 0.5
}
},
{
"classifierId": 22,
"classifierName": "County - Path",
"frameworkId": 3,
"domainName": "COUNTY",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(county)$)",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 23,
"classifierName": "County - Type",
"frameworkId": 4,
"domainName": "COUNTY",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 10
}
]
}
},
{
"classifierId": 24,
"classifierName": "Credit Card Number - Path",
"frameworkId": 3,
"domainName": "CREDIT CARD",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>credit_?-? ?card_?-? ?(number|num|nbr|no))$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
},
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>card_?-? ?(number|num|nbr|no))$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 25,
"classifierName": "Credit Card Number - Type",
"frameworkId": 4,
"domainName": "CREDIT CARD",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "Number",
"minimumLength": 15
},
{
"typeName": "String",
"minimumLength": 15
}
]
}
},
{
"classifierId": 26,
"classifierName": "Customer Number - Path",
"frameworkId": 3,
"domainName": "CUSTOMER_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(cust(omer|mr)?) ?_?-?(num(ber)?|nbr|no))$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 27,
"classifierName": "Customer Number - Type",
"frameworkId": 4,
"domainName": "CUSTOMER_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 5
},
{
"typeName": "Number",
"minimumLength": 5
}
]
}
},
{
"classifierId": 28,
"classifierName": "Date of Birth - Path",
"frameworkId": 3,
"domainName": "DOB",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>dob|dtofb|(day|date?|dt)_?-?(of)?_?(birth))$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
},
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>b(irth)?_?-? ?(date|day|dt))$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
},
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(adm(it|ission)?|tr(ea)?t(ment)?_?-?|ds|disc(h|harge))_? ?(date|day|dt))$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 29,
"classifierName": "Date of Birth - Type",
"frameworkId": 4,
"domainName": "DOB",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 6
},
{
"typeName": "Date"
}
]
}
},
{
"classifierId": 30,
"classifierName": "Drivers License - Path",
"frameworkId": 3,
"domainName": "DRIVING_LC",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(drivers?|lic(ense)?)_?-? ?(number|num|nbr|no))$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 31,
"classifierName": "Drivers License - Type",
"frameworkId": 4,
"domainName": "DRIVING_LC",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "Number",
"minimumLength": 10
},
{
"typeName": "String",
"minimumLength": 10
}
]
}
},
{
"classifierId": 32,
"classifierName": "Email Address - Path",
"frameworkId": 3,
"domainName": "EMAIL",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(cust|customer|partner|home|private|def|default)_?-? ?(email)_?-? ?(address|)",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
},
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(email_?-? ?)(addr?e?s?s?)?)$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 33,
"classifierName": "Email Address - Regex",
"frameworkId": 1,
"domainName": "EMAIL",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"dataPatterns": [
{
"regex": "[A-Z0-9.!#$%&'*+/=?^_{|}~-]{1,64}@(?=.{1,255}$)[A-Z0-9-]+(?:\\.[A-Z0-9-]+)*",
"checksumType": "NONE",
"caseSensitive": false,
"matchStrength": 0.9,
"allowPartialMatch": false
}
],
"rejectStrength": 0.1
}
},
{
"classifierId": 34,
"classifierName": "Email Address - Type",
"frameworkId": 4,
"domainName": "EMAIL",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 20
}
]
}
},
{
"classifierId": 35,
"classifierName": "First Name - List",
"frameworkId": 2,
"domainName": "FIRST_NAME",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"valueLists": [
{
"file": "delphix-file://upload/f_0354458dde72aea23947eb5c34bab390/us_first.txt",
"matchStrength": 1
},
{
"file": "delphix-file://upload/f_2840fa31e4bb76c3d1f86702c5a6bd77/de_first.txt",
"matchStrength": 1
},
{
"file": "delphix-file://upload/f_92c30a312af19b0fd7433c69d1be8047/ch_first.txt",
"matchStrength": 1
}
],
"rejectStrength": 0.5
}
},
{
"classifierId": 36,
"classifierName": "First Name - Path",
"frameworkId": 3,
"domainName": "FIRST_NAME",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(mid(dle)?_?-? ?(na?me?))(_?-?user)?)$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
},
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(f(irst)?_?-? ?(na?me?))(_?-?user)?)$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 37,
"classifierName": "First Name - Type",
"frameworkId": 4,
"domainName": "FIRST_NAME",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 10
}
]
}
},
{
"classifierId": 38,
"classifierName": "Full Name - Path",
"frameworkId": 3,
"domainName": "FULL_NAME",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>((fu?l?l|whole|user)([-_ ]*)?(na?me?)))$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 39,
"classifierName": "Full Name - Type",
"frameworkId": 4,
"domainName": "FULL_NAME",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 20
}
]
}
},
{
"classifierId": 40,
"classifierName": "IP Address - Path",
"frameworkId": 3,
"domainName": "IP ADDRESS",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(ip_?-? ?addre?s?s?))$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 41,
"classifierName": "IP Address - Type",
"frameworkId": 4,
"domainName": "IP ADDRESS",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 10
}
]
}
},
{
"classifierId": 42,
"classifierName": "Last Name - List",
"frameworkId": 2,
"domainName": "LAST_NAME",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"valueLists": [
{
"file": "delphix-file://upload/f_306fb4226e0910ae24b8d46102dce001/us_last.txt",
"matchStrength": 1
},
{
"file": "delphix-file://upload/f_376184eb64e9362a4dcc2800dad1ecf9/de_last.txt",
"matchStrength": 1
},
{
"file": "delphix-file://upload/f_a9295bc130d0d21de9eea94fcda8c471/ch_last.txt",
"matchStrength": 1
}
],
"rejectStrength": 0.5
}
},
{
"classifierId": 43,
"classifierName": "Last Name - Path",
"frameworkId": 3,
"domainName": "LAST_NAME",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>((l(as)?t)_?-? ?(na?me?))(_?-?user)?)$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
},
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(sur) ?_?-? ?(name)?_?-? ?(no|id|str|value|))",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 44,
"classifierName": "Last Name - Type",
"frameworkId": 4,
"domainName": "LAST_NAME",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 10
}
]
}
},
{
"classifierId": 45,
"classifierName": "PO Box - Path",
"frameworkId": 3,
"domainName": "PO_BOX",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(p.?o.?_?-? ?box|post_?-? ?office_?-? ?box ?_?-?)(number|num|nbr|no)?$)",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 46,
"classifierName": "PO Box - Type",
"frameworkId": 4,
"domainName": "PO_BOX",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 4
},
{
"typeName": "Number",
"minimumLength": 4
}
]
}
},
{
"classifierId": 47,
"classifierName": "Password - Path",
"frameworkId": 3,
"domainName": "PASSWORD",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(pass) ?_?-??(word)?_?-? ?(word|nbr|no|id|value|))",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 48,
"classifierName": "Password - Type",
"frameworkId": 4,
"domainName": "PASSWORD",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 6
}
]
}
},
{
"classifierId": 49,
"classifierName": "Postcode - Path",
"frameworkId": 3,
"domainName": "ZIP",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(zip|post|postal)_?-? ?(co?de?)|(zip))",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 50,
"classifierName": "Postcode - Regex",
"frameworkId": 1,
"domainName": "ZIP",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"dataPatterns": [
{
"regex": "^[0-9]{5}(?:-[0-9]{4})$",
"checksumType": "NONE",
"caseSensitive": false,
"matchStrength": 0.7,
"allowPartialMatch": true
},
{
"regex": "^[0-9]{5}$",
"checksumType": "NONE",
"caseSensitive": false,
"matchStrength": 0.2,
"allowPartialMatch": true
}
],
"rejectStrength": 0.1
}
},
{
"classifierId": 51,
"classifierName": "Postcode - Type",
"frameworkId": 4,
"domainName": "ZIP",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "Number",
"minimumLength": 4
},
{
"typeName": "String",
"minimumLength": 4
}
]
}
},
{
"classifierId": 52,
"classifierName": "Precinct - Path",
"frameworkId": 3,
"domainName": "PRECINCT",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>precinct|prcnct)$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 53,
"classifierName": "Precinct - Type",
"frameworkId": 4,
"domainName": "PRECINCT",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 0
},
{
"typeName": "Number",
"minimumLength": 0
}
]
}
},
{
"classifierId": 54,
"classifierName": "Record Number - Path",
"frameworkId": 3,
"domainName": "RECORD_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(rec|record)_?(number|num|nbr|no))$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 55,
"classifierName": "Record Number - Type",
"frameworkId": 4,
"domainName": "RECORD_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 5
},
{
"typeName": "Number",
"minimumLength": 5
}
]
}
},
{
"classifierId": 56,
"classifierName": "School Name - Path",
"frameworkId": 3,
"domainName": "SCHOOL_NM",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>school_?-?na?me?)$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 57,
"classifierName": "School Name - Type",
"frameworkId": 4,
"domainName": "SCHOOL_NM",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 20
}
]
}
},
{
"classifierId": 58,
"classifierName": "Security Code - Path",
"frameworkId": 3,
"domainName": "SECURITY_CODE",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>se?cu?r(i?ty?)?_?co?de?)$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 59,
"classifierName": "Security Code - Type",
"frameworkId": 4,
"domainName": "SECURITY_CODE",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 5
},
{
"typeName": "Number",
"minimumLength": 5
},
{
"typeName": "Binary",
"minimumLength": 0
}
]
}
},
{
"classifierId": 60,
"classifierName": "Serial Number - Path",
"frameworkId": 3,
"domainName": "SERIAL_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(ser(ial)?)_?-? ?(number|num|nbr|no))$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 61,
"classifierName": "Serial Number - Type",
"frameworkId": 4,
"domainName": "SERIAL_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "Number",
"minimumLength": 0
},
{
"typeName": "String",
"minimumLength": 0
}
]
}
},
{
"classifierId": 62,
"classifierName": "Signature - Path",
"frameworkId": 3,
"domainName": "SIGNATURE",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(signature)$)",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 63,
"classifierName": "Signature - Type",
"frameworkId": 4,
"domainName": "SIGNATURE",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 0
},
{
"typeName": "Binary",
"minimumLength": 0
}
]
}
},
{
"classifierId": 64,
"classifierName": "Social Security Number - Path",
"frameworkId": 3,
"domainName": "SSN",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(ssn$|social_?-? ?security_?-? ?(number|num|nbr|no|code|id))$)",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 65,
"classifierName": "Social Security Number - Type",
"frameworkId": 4,
"domainName": "SSN",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "Number",
"minimumLength": 9
},
{
"typeName": "String",
"minimumLength": 9
}
]
}
},
{
"classifierId": 66,
"classifierName": "Tax ID - Path",
"frameworkId": 3,
"domainName": "TAX_ID",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(tax)_?-? ?(id(ent)?)_?-? ?((co?de?)|(number|num|nbr|no))?)$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
},
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>tin$)",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 67,
"classifierName": "Tax ID - Type",
"frameworkId": 4,
"domainName": "TAX_ID",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 6
},
{
"typeName": "Number",
"minimumLength": 6
}
]
}
},
{
"classifierId": 68,
"classifierName": "Telephone Number - Path",
"frameworkId": 3,
"domainName": "TELEPHONE_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(phone|contact|tel|fax)_?-? ?)(number|num|nbr|no)?$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 69,
"classifierName": "Telephone Number - Type",
"frameworkId": 4,
"domainName": "TELEPHONE_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "Number",
"minimumLength": 7
},
{
"typeName": "String",
"minimumLength": 7
}
]
}
},
{
"classifierId": 70,
"classifierName": "US State - Path",
"frameworkId": 3,
"domainName": "US_STATE",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)state",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": false
}
],
"rejectStrength": 0
}
},
{
"classifierId": 71,
"classifierName": "US State - Type",
"frameworkId": 4,
"domainName": "US_STATE",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 14
}
]
}
},
{
"classifierId": 72,
"classifierName": "US State - List",
"frameworkId": 2,
"domainName": "US_STATE",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"valueLists": [
{
"file": "delphix-file://upload/f_18bc0d884ce1489cb1b8a42ffa51266d/us_states_full.txt",
"matchStrength": 1
}
],
"rejectStrength": 0.1
}
},
{
"classifierId": 73,
"classifierName": "USPS State Code - Path",
"frameworkId": 3,
"domainName": "USPS_STATE_CODE",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)state[ _-]?(cd|code|abbrev)?",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": false
}
],
"rejectStrength": 0
}
},
{
"classifierId": 74,
"classifierName": "USPS State Code - Type",
"frameworkId": 4,
"domainName": "USPS_STATE_CODE",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 2
}
]
}
},
{
"classifierId": 75,
"classifierName": "USPS State Code - List",
"frameworkId": 2,
"domainName": "USPS_STATE_CODE",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"valueLists": [
{
"file": "delphix-file://upload/f_a11a3c12fd8c2d590704d4f08fe6c34c/us_states.txt",
"matchStrength": 1
}
],
"rejectStrength": 0.5
}
},
{
"classifierId": 76,
"classifierName": "Vehicle Identification Number - Path",
"frameworkId": 3,
"domainName": "VIN_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(^vin$|Vehicle_?-? ?Id(entification)?_?-? ?(Number|Num|Nbr|No))$)",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
},
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(vehicle)$)",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 77,
"classifierName": "Vehicle Identification Number - Type",
"frameworkId": 4,
"domainName": "VIN_NO",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 10
}
]
}
},
{
"classifierId": 78,
"classifierName": "Web URL - Path",
"frameworkId": 3,
"domainName": "WEB",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"paths": [
{
"matchType": "REGEX",
"fieldValue": "(?i)(?>(^url_?-? ?|web_? ?)(addr?e?s?s?)?)$",
"parentValue": "",
"caseSensitive": false,
"matchStrength": 0.67,
"allowPartialMatch": true
}
],
"rejectStrength": 0
}
},
{
"classifierId": 79,
"classifierName": "Web URL - Type",
"frameworkId": 4,
"domainName": "WEB",
"createdBy": "System",
"builtIn": true,
"classifierConfiguration": {
"allowedTypes": [
{
"typeName": "String",
"minimumLength": 10
}
]
}
}
]