Accelerate the Value of Data

Configuring Infos

Infos specify the format or manner in which the input and output mappings are configured for data cleanse.

The following table describes the infos associated with the cleanse functions:

Table 1. Configuring Infos
Infos Description
useInCleansing Specifies whether the cleanse info is automatically used to cleanse the updated or created entity.
sequence Specifies a list of cleansing chains that are applied one by one during the cleansing.
chain Specifies the list of cleanse functions that are applied one by one depending on the proceedOnSuccess or proceedOnError parameters.
cleanseFunction Indicates the name of the cleanse function.
mapping setion Contains 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
  • 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: This is a mandatory field.