Enabling Time Zone Data
You can enable time zone fields in the Reltio Address Verification request.
-
Contact Reltio Support to configure the following parameters in the
cleanse section of the Physical Tenant Configuration:
process = 'e + v + g'
- [Non CASS]process = 'e + c + g'
- [CASS] -
Use the
PUT {{TenantURL}}/cleanse
request to do the following:For more information, see Set Cleanse Functions Configuration and Tenant Cleanse Configuration.- Add TimeZone_UTC, TimeZone_DST and TimeZone_Name
fields to the Output
Mapping:
{ "attribute": "configuration/entityTypes/Location/attributes/TimeZone_UTC", "cleanseAttribute": "TimeZone_UTC" }, { "attribute": "configuration/entityTypes/Location/attributes/TimeZone_DST", "cleanseAttribute": "TimeZone_DST" }, { "attribute": "configuration/entityTypes/Location/attributes/TimeZone_Name", "cleanseAttribute": "TimeZone_Name" }
- Add the attributes to the Entity
type:
{ "label": "TimeZone_UTC", "name": "TimeZone_UTC", "type": "String", "hidden": false, "important": false, "system": false, "attributeOrdering": { "orderingStrategy": "LUD" }, "uri": "configuration/entityTypes/Location/attributes/TimeZone_UTC", "skipInDataAccess": false }, { "label": "TimeZone_DST", "name": "TimeZone_DST", "type": "String", "hidden": false, "important": false, "system": false, "attributeOrdering": { "orderingStrategy": "LUD" }, "uri": "configuration/entityTypes/Location/attributes/TimeZone_DST", "skipInDataAccess": false }, { "label": "TimeZone_Name", "name": "TimeZone_Name", "type": "String", "hidden": false, "important": false, "system": false, "attributeOrdering": { "orderingStrategy": "LUD" }, "uri": "configuration/entityTypes/Location/attributes/TimeZone_Name", "skipInDataAccess": false }
- Add TimeZone_UTC, TimeZone_DST and TimeZone_Name
fields to the Output
Mapping: