Accelerate the Value of Data

Configuring Infos

Learn how to configure data cleansing, including input and output mappings, sequence chains, and cleanse functions.

This table describes the content of the infos associated with cleanse functions.

Table 1. Configure Infos
InfosDescription
useInCleansingSpecifies whether the cleanse info is automatically used to cleanse the updated or created entity.
sequenceSpecifies a list of cleansing chains that are applied one by one during the cleansing.
chainSpecifies the list of cleanse functions that are applied one by one depending on the proceedOnSuccess or proceedOnError parameters.
cleanseFunctionIndicates the name of the cleanse function.
mapping sectionContains the input and output attribute mapping for the cleanse function. May contain own inputMapping or outputMapping sections or references to common attribute mappings using inputMappingRef or outputMappingRef attributes.
proceedOnSuccess
  • Specifies whether the cleansing should proceed to the next element in the chain, if the current cleansing is successful. This may be omitted.
  • The default value is true.
proceedOnFailure
  • Specifies whether the cleansing should proceed to the next element in the chain, if the current cleansing is not successful. This may be omitted.
  • The default value is true.
resultingValuesSourceTypeUri
  • Mandatory field
  • Specifies the source type of a crosswalk for cleansed values.
  • The attribute value of the selected source type is not considered in the cleanse function.
Note: All cleansed values are associated with the special crosswalk source specified in resultingValuesSourceTypeUri. By default, the cleanser crosswalk doesn't populate the updateDate parameter. To change this behavior, contact Reltio Customer Engineering to enable the changeCleanseCrosswalkUpdateDate parameter in optionalParameters in your tenantConfiguration. Once enabled, values associated with the cleanser crosswalk, reltioLoadDate and updateDate will be updated. For details, see topic Need some help?