Are there any matching and survivorship nodes in SSIS besides the one offered by Melissa Data? Any implementations in SQL on survivorship would be great as well.
An example on my use case is that given that I have some 2 records of referring to the same customer, I want to come up with a golden record that will combine the demogs available (Example: record 1 has an empty email address, then record 2 has a filled up email address, golden record should return 1 row and the email address captured.)