This component allows you to create your own custom data transformations/anonymizations that will be used by the Cool Data Mover when exporting data.
It exposes a customizable web service that is called by the Cool Data Mover.
New feature
Added webservice security to the exposed Anonimization webservice.
Starting with version v2.7.19, the Cool Data Mover will supply the webservice key in every call to this webservice. This enables the Anonimization webservice to check the webservice key value against the registered value in the site properties of the Cool Data Mover (module CDM_Base).
To enable the check, check the documentation tab or follow the instructions in the OnAuthentication of the Anonimization webservice.