Question

How to use change detector properly

  • 18 May 2023
  • 1 reply
  • 3 views

Badge +6

Hi,

 

I would like to do something very simple. I guess.

 

I have one feature in Oracle spatial with differents locations. The cities have one set of the code. Example: Paris (345) with 500 features, after Mumbai (346) with 4335 features.

 

I want basicaly no have duplicated cities by code. I need even run again with Paris and delete all features with ID 345, and put the new features. Even like this, delete all stored line and insert the new lines if the ID is equal.

 

Thank´s

 


1 reply

Badge +20

Use a DuplicateFilter.

Duplicates port to an Oracle writer set as Feature Operation DELETE

Reply