Higher precision for decimal fields in data quality rules

Higher precision for decimal fields in data quality rules

From now on it is possible to use decimal values inside data quality rules with higher precision. A precision of up to 28 digits per field can be leveraged now. High precision is disabled per default and can be enabled for all data quality rules or just for a set of specific data quality rules.
The setting for high precision can be found in the
plugin_customization.ini
:
plugin_customization.ini
# --------------------------------------------------------------------------- # Data Quality Settings # --------------------------------------------------------------------------- # # Specifies whether or not to use high precision for decimal values. # Precision loss occurs if the decimal value has a precision greater than 15 digits. # High precision can be enabled for all data quality rules or just for specific data quality rules. # Example for a specific rule: com.heiler.ppm.dataquality.server/dataquality.executor.useHighPrecision.Informatica_PIM_Content_Custom_Rules_Check_HighPrecisionRule = true # Default: false #com.heiler.ppm.dataquality.server/dataquality.executor.useHighPrecision = false
Existing custom rules, which use more than 28 digits, have to be adjusted so that all digits are reduced to 28-digit precision. This must be done prior to the Product 360 server update.
However, the out of the box rules shipped with the software, do not require any manual attention.

0 COMMENTS

We’d like to hear from you!