Hi,
I am working on workflow that performs matching on several fields for large volumes of data.
I built the matching in the workflow around the Join tool then reconciling the joins to the source to split into individual rows with an additional status of "Match" if matched.
I have an issue where i might have 2 records in a source that matches against a single record that meets all the matching criteria.
I would prefer that the excess record\s not flag as a match, so i only see pairs of records that have matched from both sources, the excess would flag as not matched.
Is there any modification i can make to flag as excess matching records as not matching?
I have some sample data and a screenshot of sample workflow for this scenario as well, the 3rd and 4th record in source 1 is the item matching against a single record in source 2.
Thanks in advance,
Ash
| Source | Data 1 | Data 2 | Data 3 | Data 4 | Data 5 |
| 1 | abc123 | Apples | 87623 | aw | ee-878 |
| 1 | qwe321 | Oranges | 324234 | aw | fd-234 |
| 1 | asd876 | Grapes | 555543 | aw | gg-44 |
| 1 | asd876 | Grapes | 555543 | aw | gg-44 |
| 1 | lpo345 | Apples | 345 | bb | jh-123 |
| Source | D-1 | D-2 | D-3 | D-4 | D-5 |
| 2 | abc123 | Apples | 87623 | aw | ee-878 |
| 2 | qwe321 | Oranges | 324234 | aw | bb-234 |
| 2 | asd876 | Grapes | 555543 | aw | gg-44 |
| 2 | lpo345 | Apples | 345 | bb | jh-123 |