Data standardization framework configuration behavior
The Data standardization framework can be configured.
- Behavior When Configured On
- Data standardization framework will conditionally invoke standardizers for incoming request
objects.
The standardization component can be enabled or disabled using the configuration property
/IBM/DWLCommonServices/Standardization/enabled
. Existing address, party name and phone standardizers have not been migrated to data standardization framework and cannot be controlled using this configuration property. - Behavior When Configured Off
- Data standardization framework will not invoke standardizers.
- Behavior When Configuration is Changed in a Production Environment
- Data standardization framework can be configured on or off at any time, but will only invoke standardizers from the time that it is enabled to the time that it is disabled.
- Configured During Installation
- Data standardization framework can be configured at any time.
- Modifying This Feature
- Data standardization framework can be modified according to the procedures in the developer documentation.