Comparisons are used to compare identifier values between records in each cluster.
The following tables list the comparison functions provided in OEDQ, by data type. Click on the comparison for more information about its usage.
Note that Matching Transformations may be used in order to transform values before they are compared.
Comparison |
Compatible Identifier Type |
Description |
Possible outputs |
Date |
Compares two date values and returns the difference, in terms of time, between the two dates. |
A numeric value representing the difference between the two dates. Depending on the option settings, the difference may be expressed as whole years, whole months, whole weeks, or whole days. This comparison supports the use of result bands. |
|
Date |
Compares two date values and returns the Date Edit Distance between the two values. |
A numeric value indicating the edit distance between two dates. This comparison supports the use of result bands. |
|
Date |
Compares two date values with the day and month transposed and determines if they match or not. |
TRUE, if the values match FALSE, if the values do not match |
|
Date |
Compares two date values and determines if they match or not. |
TRUE, if the values match FALSE, if the values do not match
|
Comparison |
Compatible Identifier Type |
Description |
Possible outputs |
|
Number
|
Calculates and returns the Absolute Difference between two numbers. |
The numerical Absolute Difference between two numbers. This comparison supports the use of result bands. |
Number |
Compares two number values and determines if they are equal or not. |
TRUE, if the values are equal FALSE, if not |
|
Number |
Calculates and returns the Percent Difference between two numbers. |
The Percent Difference between two numbers. This comparison supports the use of result bands. |
Oracle ® Enterprise Data Quality Help version 9.0
Copyright ©
2006,2011 Oracle and/or its affiliates. All rights reserved.