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.
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 section | 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 |
|
proceedOnFailure |
|
resultingValuesSourceTypeUri |
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?
|