custom-data-transformation
Web icon

Cool Data Mover AddOn: Custom Data Transformation

Stable version 1.2.0 (Compatible with OutSystems 11)
Uploaded
 on 27 Aug (5 days ago)
 by 
0.0
 (0 ratings)
custom-data-transformation

Cool Data Mover AddOn: Custom Data Transformation

Documentation
1.2.0

General

This component is a template component and requires your own modifications.

The exposed webservice will be called for every (set of) rows which are exported from the Cool Data Mover. It allows you to have full control of the manner in which anonimization/obfuscation takes place.

Please, follow instructions as shown in the template implementation of the webserivce.


Web Service Security

In order to enable WebService security checking perform the following steps after installation of the component.

  • Open the CDM_CustomAnonimization component in Service Studio
  • Add a reference to the 'CDM_Base.CheckAuthenticationWS' action
  • Use that action in the OnAuthentication action of the Anonimization webservice as shown.
  • Supply 'GetRequestHeader.Value' as input to the 'key' parameter 

1.1.0

This is a template component which needs to be adjusted to your data-transformation / anonymizaton needs. 

The component offers a webservice which is called from the Cool Data Mover. You need to make your changes inside the implementation of the webservice. Within the provided implementation you'll find detailed notes specifying how to make the necesaary changes.