The Equals comparison is a simple comparison that determines whether or not two number values equal each other.
Use the Equals comparison to match identical number values. Note that it is also possible to use the Absolute Value transformation function with this comparison if you wish to match number irrespective of their sign (for example, to match -0.5 with 0.5).
This comparison does not support the use of result bands.
In this example, the Equals comparison is used on two identifiers (Trade Amount and Trade Price) to find duplicate trades in a system storing stock market trades.
Example configuration
Match No Data pairs? = No
Decimal place accuracy = 2
Example results
The following table illustrates some example comparison results using the above configuration:
|
Value A |
Value B |
Comparison result |
|
0.465 |
0.465 |
TRUE (match) |
|
57.5 |
57.5 |
TRUE (match) |
|
0 |
0 |
TRUE (match) |
|
000109866 |
000109866 |
TRUE (match) |
|
52.5624 |
52.5639 |
TRUE (match) |
|
0.465 |
0.468 |
TRUE (match) |
|
52.5721 |
52.5698 |
FALSE (no match) |
|
0 |
1 |
FALSE (no match) |
|
0.48 |
0.47 |
FALSE (no match) |
|
000109877 |
000109879 |
FALSE (no match) |
Oracle ® Enterprise Data Quality Help version 9.0
Copyright ©
2006,2011 Oracle and/or its affiliates. All rights reserved.