Replies: 1 comment
-
|
Is there a reason it needs to be changed? I believe the logic here is 'symmetrical' in the sense that it doesn't matter 'which way around the TO give an example of a symmetrical and asymmetrical case. Symetrical case: Consider the comparison of the names Robin and Rob. It doesn't matter whether you compare
Assymetrical case: Consider a 'source' and 'destination' bank accounts for payments. The payment lands in the destination strictly after the source. Supposing the 'source' payment is dated 10th July and destination payment appears 14th July. The 'order matters'. That's a very different situation to the source payment leaving the account 14th July and a payment in the destination that arrives on 10th July. When we move from I believe this location comparisons is 'symmetrical' and so it's just as relevant to the link_only case as it would be to the dedupe_only case |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a link match working well between multiple systems/datasets and I am now trying to covert that to identifying duplicates within those systems/datasets.
I have mostly re-used the same settings with a change to the link_type variable. I have hit a wall with converting this custom location comparison which was kindly shared by MOJ. I understand it well enough to know what it's doing and make small changes but not well enough to rewrite it for a dedupe where there aren't left and right datasets.
Any help would be much appreciated! Similarly if there are any other tips for optimising existing "link_only" code to instead work with "dedupe_only". I can share the code in its entirety if that would be useful.
Edit: took the sample code out of 'code' brackets to preserve line breaks
Beta Was this translation helpful? Give feedback.
All reactions