Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rboccuzziI'm not sure exactly what you are asking...are you saying you would like to be able to take a set of data in, and compare it to some that is already loaded, and figure out what has changed? Do you have a unique value to join against? Are there a limited set of fields you want to compare to? Are you looking to separate into just two groups, those that are the same and those that are different?
If I understand your problem, and the constraints, could you just cat the two sets of data together, and then agg on any field or set that should be unique, and make sure there are two in each of those group that are the same? you could do that by comparing all the relevant fields, or by writing a python node that stores and compares the entire record to make sure the two are the same. If I am on the right track, let me know, and I can maybe provide a better example.
Cheers
Rich