Skip to main content
Question

what transformers are used to detect changes?

  • May 3, 2023
  • 4 replies
  • 17 views

solene01
Contributor
Forum|alt.badge.img+3

Hello

I try to set up a processing chain to compare provider shape files and those of my database to integrate them into postgres database.

however I am not sure to use the right transform to detect errors in data.

 

I’m an idea taker if you have any =)

thank you

4 replies

david_r
Celebrity
  • May 3, 2023

The ChangeDetector would be the obvious choice, at least as a starting point.


danminneyatsaf
Safer
Forum|alt.badge.img+13

Echoing what @david_r​ has mentioned, I highly recommend checking out our article on how to use the Change Detector transformer: https://community.safe.com/s/article/updating-databases-using-change-detection-to-set-f


redgeographics
Celebrity
Forum|alt.badge.img+61

In addition to the ChangeDetector the Matcher can be used as well.


Echoing what @david_r​ has mentioned, I highly recommend checking out our article on how to use the Change Detector transformer: https://community.safe.com/s/article/updating-databases-using-change-detection-to-set-f

Thank you for the article link sir.