Accelerate the Value of Data

Enable US Census Plus data

Learn how to enable enhanced US Census Data as part of the address verification process.

To configure this feature, the Reltio Customer Engineering team configures the following parameter in the cleanse section of the Physical Tenant Configuration, based on a support ticket:
process = 'e + v + g' - [Non CASS]
Note: Tenant administrators can update the tenant configuration and add e if it doesn’t exist. For more information, see Swagger UI.

process = 'e + c + g' - [CASS]

Change the Data Model:
  1. Add the following additional fields to the Output Mapping:
    {
        "attribute": "configuration/entityTypes/Location/attributes/CensusIndicator",
        "cleanseAttribute": "CensusIndicator"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/CensusCode",
        "cleanseAttribute": "CensusCode"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/CensusClassCode",
        "cleanseAttribute": "CensusClassCode"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/GNISFeatureID",
        "cleanseAttribute": "GNISFeatureID"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/CBSAMetropolitanStatisticalArea",
        "cleanseAttribute": "CBSAMetropolitanStatisticalArea"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/CBSAMicropolitanStatisticalArea",
        "cleanseAttribute": "CBSAMicropolitanStatisticalArea"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/NECTAMetropolitanStatisticalArea",
        "cleanseAttribute": "NECTAMetropolitanStatisticalArea"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/NECTAMicropolitanStatisticalArea",
        "cleanseAttribute": "NECTAMicropolitanStatisticalArea"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/MetropolitanDivision",
        "cleanseAttribute": "MetropolitanDivision"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/NECTADivision",
        "cleanseAttribute": "NECTADivision"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/BlockCode",
        "cleanseAttribute": "BlockCode"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/BlockGroupCode",
        "cleanseAttribute": "BlockGroupCode"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/CBSACode",
        "cleanseAttribute": "CBSACode"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/CBSAName",
        "cleanseAttribute": "CBSAName"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/CountyCode",
        "cleanseAttribute": "CountyCode"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/MetroDivisionCode",
        "cleanseAttribute": "MetroDivisionCode"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/MetroDivisionName",
        "cleanseAttribute": "MetroDivisionName"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/NECTACode",
        "cleanseAttribute": "NECTACode"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/NECTAName",
        "cleanseAttribute": "NECTAName"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/NECTADivisionCode",
        "cleanseAttribute": "NECTADivisionCode"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/NECTADivisionName",
        "cleanseAttribute": "NECTADivisionName"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/OldCensusCode",
        "cleanseAttribute": "OldCensusCode"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/OldMSACode",
        "cleanseAttribute": "OldMSACode"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/OldMSAName",
        "cleanseAttribute": "OldMSAName"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/StateCode",
        "cleanseAttribute": "StateCode"
      },
      {
        "attribute": "configuration/entityTypes/Location/attributes/TractCode",
        "cleanseAttribute": "TractCode"
      }
  2. Add the following new attributes to the Entity type:
    {
        "label": "CensusIndicator",
        "name": "CensusIndicator",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/CensusIndicator",
        "skipInDataAccess": false
      },
      {
        "label": "CensusCode",
        "name": "CensusCode",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/CensusCode",
        "skipInDataAccess": false
      },
      {
        "label": "CensusClassCode",
        "name": "CensusClassCode",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/CensusClassCode",
        "skipInDataAccess": false
      },
      {
        "label": "GNISFeatureID",
        "name": "GNISFeatureID",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/GNISFeatureID",
        "skipInDataAccess": false
      },
      {
        "label": "CBSAMetropolitanStatisticalArea",
        "name": "CBSAMetropolitanStatisticalArea",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/CBSAMetropolitanStatisticalArea",
        "skipInDataAccess": false
      },
      {
        "label": "CBSAMicropolitanStatisticalArea",
        "name": "CBSAMicropolitanStatisticalArea",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/CBSAMicropolitanStatisticalArea",
        "skipInDataAccess": false
      },
      {
        "label": "NECTAMetropolitanStatisticalArea",
        "name": "NECTAMetropolitanStatisticalArea",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/NECTAMetropolitanStatisticalArea",
        "skipInDataAccess": false
      },
      {
        "label": "NECTAMicropolitanStatisticalArea",
        "name": "NECTAMicropolitanStatisticalArea",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/NECTAMicropolitanStatisticalArea",
        "skipInDataAccess": false
      },
      {
        "label": "MetropolitanDivision",
        "name": "MetropolitanDivision",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/MetropolitanDivision",
        "skipInDataAccess": false
      },
      {
        "label": "NECTADivision",
        "name": "NECTADivision",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/NECTADivision",
        "skipInDataAccess": false
      },
      {
        "label": "BlockCode",
        "name": "BlockCode",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/BlockCode",
        "skipInDataAccess": false
      },
      {
        "label": "BlockGroupCode",
        "name": "BlockGroupCode",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/BlockGroupCode",
        "skipInDataAccess": false
      },
      {
        "label": "CBSACode",
        "name": "CBSACode",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/CBSACode",
        "skipInDataAccess": false
      },
      {
        "label": "CBSAName",
        "name": "CBSAName",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/CBSAName",
        "skipInDataAccess": false
      },
      {
        "label": "CountyCode",
        "name": "CountyCode",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/CountyCode",
        "skipInDataAccess": false
      },
      {
        "label": "MetroDivisionCode",
        "name": "MetroDivisionCode",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/MetroDivisionCode",
        "skipInDataAccess": false
      },
      {
        "label": "MetroDivisionName",
        "name": "MetroDivisionName",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/MetroDivisionName",
        "skipInDataAccess": false
      },
      {
        "label": "NECTACode",
        "name": "NECTACode",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/NECTACode",
        "skipInDataAccess": false
      },
      {
        "label": "NECTAName",
        "name": "NECTAName",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/NECTAName",
        "skipInDataAccess": false
      },
      {
        "label": "NECTADivisionCode",
        "name": "NECTADivisionCode",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/NECTADivisionCode",
        "skipInDataAccess": false
      },
      {
        "label": "NECTADivisionName",
        "name": "NECTADivisionName",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/NECTADivisionName",
        "skipInDataAccess": false
      },
      {
        "label": "OldCensusCode",
        "name": "OldCensusCode",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/OldCensusCode",
        "skipInDataAccess": false
      },
      {
        "label": "OldMSACode",
        "name": "OldMSACode",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/OldMSACode",
        "skipInDataAccess": false
      },
      {
        "label": "OldMSAName",
        "name": "OldMSAName",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/OldMSAName",
        "skipInDataAccess": false
      },
      {
        "label": "StateCode",
        "name": "StateCode",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/StateCode",
        "skipInDataAccess": false
      },
      {
        "label": "TractCode",
        "name": "TractCode",
        "type": "String",
        "hidden": false,
        "important": false,
        "system": false,
        "attributeOrdering": {
          "orderingStrategy": "LUD"
        },
        "uri": "configuration/entityTypes/Location/attributes/TractCode",
        "skipInDataAccess": false
      }
  3. For the existing entities, run the cleanse periodic task with forceCleansing option set to true. For more information, see Data Cleanse Task (Asynchronous).