Skip to main content
Solved

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

  • February 14, 2023
  • 2 replies
  • 42 views

sperez
Forum|alt.badge.img

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

Best answer by ebygomm

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3422 replies
  • Best Answer
  • February 14, 2023

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


sperez
Forum|alt.badge.img
  • Author
  • 3 replies
  • February 14, 2023

That worked, thank you very much ebygomm :)