Skip to main content

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.

CODE
[
  {
    "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
        }
      ],
      "matchAutoIncrementingColumn": true
    }
  },
  {
    "classifierId": 3,
    "classifierName": "Address Line 1 - Path",
    "frameworkId": 3,
    "domainName": "ADDRESS",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "paths": [
        {
          "matchType": "REGEX",
          "fieldValue": "(?i)(?>((st(reet)?_?-? ?addr(ess)?)|street?|addr(ess)?)_?-? ?((l(i)?n(e)?)? ?_?(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
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 5,
    "classifierName": "Address Line 1 - Regex",
    "frameworkId": 1,
    "domainName": "ADDRESS",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "dataPatterns": [
        {
          "regex": "(?i)(.*[\\s]+b(ou)?l(e)?v(ar)?d[\\s]*.*)|(.*[\\s]+st(reet)?[\\s]*.*)|(.*[\\s]+ave[.]?(nue)?[\\s]*.*)|(.*[\\s]+r(oa)?d[\\s]*.*)|(.*[\\s]+l(a)?n(e)?[\\s]*.*)|(.*[\\s]+cir(cle)?[\\s]*.*)|(.*[\\s]+dr[.]?(ive)?[\\s]*.*)|(.*[\\s]+h(igh)?w(a)?y[\\s]*.*)|(.*[\\s]+r(ou)?t(e)?[\\s]*.*)|(.*[\\s]+c(our)?t[\\s]*.*)|(.*[\\s]+way[\\s]*.*)",
          "checksumType": "NONE",
          "caseSensitive": false,
          "matchStrength": 0.7,
          "allowPartialMatch": false
        }
      ],
      "rejectStrength": 0.1
    }
  },
  {
    "classifierId": 6,
    "classifierName": "Address Line 2 - Path",
    "frameworkId": 3,
    "domainName": "ADDRESS_LINE2",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "paths": [
        {
          "matchType": "REGEX",
          "fieldValue": "(?i)(?>((st(reet)?_?-? ?addr(ess)?)|street?|addr(ess)?)_?-? ?((l(i)?n(e)?)? ?_?([2-9]))?)",
          "parentValue": "",
          "caseSensitive": false,
          "matchStrength": 0.67,
          "allowPartialMatch": true
        }
      ],
      "rejectStrength": 0
    }
  },
  {
    "classifierId": 7,
    "classifierName": "Address Line 2 - Type",
    "frameworkId": 4,
    "domainName": "ADDRESS_LINE2",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 20
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 8,
    "classifierName": "Address Line 2 - Regex",
    "frameworkId": 1,
    "domainName": "ADDRESS_LINE2",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "dataPatterns": [
        {
          "regex": "(?i)(.*[\\s]*ap(ar)?t(ment)?[\\s]*.*)|(.*[\\s]*s(ui)?te[\\s]*.*)|(c(are)?[\\s]*[\\\\]?[/]?o(f)?[\\s]*.*)|(.*[\\s]*b(ui)?ld(in)?g[\\s]*.*)|(.*[\\s]*fl(oor)?[\\s]*.*)|(.*[\\s]*r(oo)?m[\\s]*.*)|(.*[\\s]*unit[\\s]*.*)",
          "checksumType": "NONE",
          "caseSensitive": false,
          "matchStrength": 0.7,
          "allowPartialMatch": false
        }
      ],
      "rejectStrength": 0.1
    }
  },
  {
    "classifierId": 9,
    "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": 10,
    "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": 11,
    "classifierName": "Bank Account Number - Type",
    "frameworkId": 4,
    "domainName": "BANK_ACCOUNT_NO",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "Number",
          "minimumLength": 5
        }
      ],
      "matchAutoIncrementingColumn": true
    }
  },
  {
    "classifierId": 12,
    "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": 13,
    "classifierName": "Beneficiary Number - Type",
    "frameworkId": 4,
    "domainName": "BENEFICIARY_NO",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "Number",
          "minimumLength": 5
        },
        {
          "typeName": "String",
          "minimumLength": 10
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 14,
    "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": 15,
    "classifierName": "Biometric - Type",
    "frameworkId": 4,
    "domainName": "BIOMETRIC",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 10
        },
        {
          "typeName": "Binary",
          "minimumLength": 0
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 16,
    "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": 17,
    "classifierName": "Certificate Number - Type",
    "frameworkId": 4,
    "domainName": "CERTIFICATE_NO",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 10
        },
        {
          "typeName": "Number",
          "minimumLength": 5
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 18,
    "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": 19,
    "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": 20,
    "classifierName": "City - Type",
    "frameworkId": 4,
    "domainName": "CITY",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 10
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 21,
    "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": 22,
    "classifierName": "Country - Type",
    "frameworkId": 4,
    "domainName": "COUNTRY",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 15
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 23,
    "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": 24,
    "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": 25,
    "classifierName": "County - Type",
    "frameworkId": 4,
    "domainName": "COUNTY",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 10
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 26,
    "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": 27,
    "classifierName": "Credit Card Number - Regex",
    "frameworkId": 1,
    "domainName": "CREDIT CARD",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "dataPatterns": [
        {
          "regex": "(?:3[47][0-9]{2}[0-9]{6}[0-9]{4})",
          "checksumType": "LUHN",
          "caseSensitive": false,
          "matchStrength": 0.9,
          "dataCleanRegex": "[ -.]",
          "allowPartialMatch": false
        },
        {
          "regex": "(?:4[0-9]{12}(?:[0-9]{3})?(?:[0-9]{3})?)",
          "checksumType": "LUHN",
          "caseSensitive": false,
          "matchStrength": 0.9,
          "dataCleanRegex": "[ -.]",
          "allowPartialMatch": false
        },
        {
          "regex": "(?:5[1-5][0-9]{2}|222[1-9]|22[3-9][0-9]|2[3-6][0-9]{2}|27[01][0-9]|2720)[0-9]{12}",
          "checksumType": "LUHN",
          "caseSensitive": false,
          "matchStrength": 0.9,
          "dataCleanRegex": "[ -.]",
          "allowPartialMatch": false
        },
        {
          "regex": "(?:2131|1800|35[0-9]{3})[0-9]{11}",
          "checksumType": "LUHN",
          "caseSensitive": false,
          "matchStrength": 0.9,
          "dataCleanRegex": "[ -.]",
          "allowPartialMatch": false
        },
        {
          "regex": "3(?:0[0-5,9]|6[0-9])[0-9]{11}|3[89][0-9]{12}?(?:[0-9]{1,3})?",
          "checksumType": "LUHN",
          "caseSensitive": false,
          "matchStrength": 0.9,
          "dataCleanRegex": "[ -.]",
          "allowPartialMatch": false
        },
        {
          "regex": "6(?:(011|5[0-9][0-9])[0-9]{2}|4[4-9][0-9]{3}|2212[6-9]|221[3-9][0-9]|22[2-8][0-9]{2}|229[0-1][0-9]|2292[0-5])[0-9]{10}?(?:[0-9]{3})?",
          "checksumType": "LUHN",
          "caseSensitive": false,
          "matchStrength": 0.9,
          "dataCleanRegex": "[ -.]",
          "allowPartialMatch": false
        }
      ],
      "rejectStrength": 0.1
    }
  },
  {
    "classifierId": 28,
    "classifierName": "Credit Card Number - Type",
    "frameworkId": 4,
    "domainName": "CREDIT CARD",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "Number",
          "minimumLength": 15
        },
        {
          "typeName": "String",
          "minimumLength": 15
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 29,
    "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": 30,
    "classifierName": "Customer Number - Type",
    "frameworkId": 4,
    "domainName": "CUSTOMER_NO",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 5
        },
        {
          "typeName": "Number",
          "minimumLength": 5
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 31,
    "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": 32,
    "classifierName": "Date of Birth - Type",
    "frameworkId": 4,
    "domainName": "DOB",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 6
        },
        {
          "typeName": "Date"
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 33,
    "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": 34,
    "classifierName": "Drivers License - Type",
    "frameworkId": 4,
    "domainName": "DRIVING_LC",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "Number",
          "minimumLength": 10
        },
        {
          "typeName": "String",
          "minimumLength": 10
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 35,
    "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": 36,
    "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": 37,
    "classifierName": "Email Address - Type",
    "frameworkId": 4,
    "domainName": "EMAIL",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 20
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 38,
    "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_511938482ac48dbe9309d40663d78638/ch_first.txt",
          "matchStrength": 1
        }
      ],
      "rejectStrength": 0.5
    }
  },
  {
    "classifierId": 39,
    "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": 40,
    "classifierName": "First Name - Type",
    "frameworkId": 4,
    "domainName": "FIRST_NAME",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 10
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 41,
    "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": 42,
    "classifierName": "Full Name - Type",
    "frameworkId": 4,
    "domainName": "FULL_NAME",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 20
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 43,
    "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": 44,
    "classifierName": "IP Address - Type",
    "frameworkId": 4,
    "domainName": "IP ADDRESS",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 10
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 45,
    "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": 46,
    "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": 47,
    "classifierName": "Last Name - Type",
    "frameworkId": 4,
    "domainName": "LAST_NAME",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 10
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 48,
    "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": 49,
    "classifierName": "PO Box - Type",
    "frameworkId": 4,
    "domainName": "PO_BOX",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 4
        },
        {
          "typeName": "Number",
          "minimumLength": 4
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 50,
    "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": 51,
    "classifierName": "Password - Type",
    "frameworkId": 4,
    "domainName": "PASSWORD",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 6
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 52,
    "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": 53,
    "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": 54,
    "classifierName": "Postcode - Type",
    "frameworkId": 4,
    "domainName": "ZIP",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "Number",
          "minimumLength": 4
        },
        {
          "typeName": "String",
          "minimumLength": 4
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 55,
    "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": 56,
    "classifierName": "Precinct - Type",
    "frameworkId": 4,
    "domainName": "PRECINCT",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 0
        },
        {
          "typeName": "Number",
          "minimumLength": 0
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 57,
    "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": 58,
    "classifierName": "Record Number - Type",
    "frameworkId": 4,
    "domainName": "RECORD_NO",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 5
        },
        {
          "typeName": "Number",
          "minimumLength": 5
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 59,
    "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": 60,
    "classifierName": "School Name - Type",
    "frameworkId": 4,
    "domainName": "SCHOOL_NM",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 20
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 61,
    "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": 62,
    "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
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 63,
    "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": 64,
    "classifierName": "Serial Number - Type",
    "frameworkId": 4,
    "domainName": "SERIAL_NO",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "Number",
          "minimumLength": 0
        },
        {
          "typeName": "String",
          "minimumLength": 0
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 65,
    "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": 66,
    "classifierName": "Signature - Type",
    "frameworkId": 4,
    "domainName": "SIGNATURE",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 0
        },
        {
          "typeName": "Binary",
          "minimumLength": 0
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 67,
    "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": 68,
    "classifierName": "Social Security Number - Regex",
    "frameworkId": 1,
    "domainName": "SSN",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "dataPatterns": [
        {
          "regex": "(?!000)(?!666)[0-8]\\d{2}([- ])(?!00)\\d{2}\\1(?!0000)\\d{4}",
          "checksumType": "NONE",
          "caseSensitive": false,
          "matchStrength": 0.7,
          "allowPartialMatch": false
        },
        {
          "regex": "[9]\\d{2}([- ])(?!(6[6-9]))(?!89)([5-9][0-9])\\1\\d{4}",
          "checksumType": "NONE",
          "caseSensitive": false,
          "matchStrength": 0.7,
          "allowPartialMatch": false
        },
        {
          "regex": "(?!000)(?!666)[0-8]\\d{2}(?!00)\\d{2}(?!0000)\\d{4}",
          "checksumType": "NONE",
          "caseSensitive": false,
          "matchStrength": 0.1,
          "allowPartialMatch": false
        },
        {
          "regex": "[9]\\d{2}(?!(6[6-9]))(?!89)([5-9][0-9])\\d{4}",
          "checksumType": "NONE",
          "caseSensitive": false,
          "matchStrength": 0.1,
          "allowPartialMatch": false
        }
      ],
      "rejectStrength": 0.1
    }
  },
  {
    "classifierId": 69,
    "classifierName": "Social Security Number - Type",
    "frameworkId": 4,
    "domainName": "SSN",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "Number",
          "minimumLength": 9
        },
        {
          "typeName": "String",
          "minimumLength": 9
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 70,
    "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": 71,
    "classifierName": "Tax ID - Type",
    "frameworkId": 4,
    "domainName": "TAX_ID",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 6
        },
        {
          "typeName": "Number",
          "minimumLength": 6
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 72,
    "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": 73,
    "classifierName": "Telephone Number - Regex",
    "frameworkId": 1,
    "domainName": "TELEPHONE_NO",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "dataPatterns": [
        {
          "regex": "((\\+?1|001)[-. ]?)?(\\([0-9]{3}\\)[-. ]?|[0-9]{3}[-. ])[0-9]{3}[-. ][0-9]{4}",
          "checksumType": "NONE",
          "caseSensitive": false,
          "matchStrength": 0.7,
          "allowPartialMatch": false
        },
        {
          "regex": "\\+(?:[0-9][ .()\\/-]?){6,14}[0-9]",
          "checksumType": "NONE",
          "caseSensitive": false,
          "matchStrength": 0.5,
          "allowPartialMatch": false
        },
        {
          "regex": "[0-9]{5,17}",
          "checksumType": "NONE",
          "caseSensitive": false,
          "matchStrength": 0.05,
          "dataCleanRegex": "[+ -.()\\/]",
          "allowPartialMatch": false
        }
      ],
      "rejectStrength": 0.1
    }
  },
  {
    "classifierId": 74,
    "classifierName": "Telephone Number - Type",
    "frameworkId": 4,
    "domainName": "TELEPHONE_NO",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "Number",
          "minimumLength": 7
        },
        {
          "typeName": "String",
          "minimumLength": 7
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 75,
    "classifierName": "US Passport - Path",
    "frameworkId": 3,
    "domainName": "US_PASSPORT",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "paths": [
        {
          "matchType": "REGEX",
          "fieldValue": "(?i)(?>(passport)[_ -]?)(number|num|nbr|no)?",
          "parentValue": "",
          "caseSensitive": false,
          "matchStrength": 0.67,
          "allowPartialMatch": true
        }
      ],
      "rejectStrength": 0
    }
  },
  {
    "classifierId": 76,
    "classifierName": "US Passport - Regex",
    "frameworkId": 1,
    "domainName": "US_PASSPORT",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "dataPatterns": [
        {
          "regex": "[A-Z]\\d{8}",
          "checksumType": "NONE",
          "caseSensitive": false,
          "matchStrength": 0.2,
          "allowPartialMatch": false
        },
        {
          "regex": "(?!0{9})\\d{9}",
          "checksumType": "NONE",
          "caseSensitive": false,
          "matchStrength": 0.1,
          "allowPartialMatch": false
        }
      ],
      "rejectStrength": 0.1
    }
  },
  {
    "classifierId": 77,
    "classifierName": "US Passport - Type",
    "frameworkId": 4,
    "domainName": "US_PASSPORT",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 9
        },
        {
          "typeName": "Number",
          "minimumLength": 9
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 78,
    "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": 79,
    "classifierName": "US State - Type",
    "frameworkId": 4,
    "domainName": "US_STATE",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 14
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 80,
    "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": 81,
    "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": 82,
    "classifierName": "USPS State Code - Type",
    "frameworkId": 4,
    "domainName": "USPS_STATE_CODE",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 2
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 83,
    "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": 84,
    "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": 85,
    "classifierName": "Vehicle Identification Number - Type",
    "frameworkId": 4,
    "domainName": "VIN_NO",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 10
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  },
  {
    "classifierId": 86,
    "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": 87,
    "classifierName": "Web URL - Type",
    "frameworkId": 4,
    "domainName": "WEB",
    "createdBy": "System",
    "builtIn": true,
    "classifierConfiguration": {
      "allowedTypes": [
        {
          "typeName": "String",
          "minimumLength": 10
        }
      ],
      "matchAutoIncrementingColumn": false
    }
  }
]
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.