Solved

Identify exact attribute values changes when comparing two sets of data.

  • 14 February 2023
  • 2 replies
  • 3 views

Badge

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

icon

Best answer by ebygomm 14 February 2023, 14:36

View original

2 replies

Userlevel 1
Badge +21

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

Badge

That worked, thank you very much ebygomm :)

Reply