Skip to main content

Hi All,

I need to identify exact attribute values changes when comparing two sets of data. The datasets have the same attributes but some attribute values are updated overtime and I need to identify which ones. I have been trying workflows with feature joiner and ChangeDetector, but I have to compare the datasets several times, discard attributes that remain the same until I identify which attribute value changed. I would like to find a more efficient way to identify the updates, any suggestion? Thank you

If you enter a List Name in the ChangeDetector

 

imageYou'll then get a list added to each updated feature which details which attributes have changed and their original and revised values, e.g.

image


That worked, thank you very much ebygomm :)


Reply