Question

what transformers are used to detect changes?


Badge

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

Userlevel 4

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

Userlevel 2
Badge +9

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

Userlevel 4
Badge +25

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.

Reply