Skip to main content
Question

Difference between 2 datasets - Delta

  • May 21, 2013
  • 2 replies
  • 33 views

Forum|alt.badge.img
Hi,

 

What would be the best set of transformers to report on 2 non spatial (CSV) datasets A versus B.

 

I am trying to report deleted records from A because they are not in B, new records in B because they are not in A and attribute differences between A and B reporting B's attributes.

 

 

I thought this would have been simple with a FeatureMerger or 2 but alas, it escapes me.

 

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

david_r
Celebrity
  • May 21, 2013
Hi,

 

 

take a look at the ChangeDetector or the UpdateDetector (from the FME Store).

 

 

David

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • May 21, 2013
Hi,

 

 

David's direction is correct, but for the first 2 comparisons you could just use the feature merger.

 

Itay