Skip to main content

Hi all,

I want to compare line data for change detection in attributes and in geometry. I prefer the UpdateDetector transformer but in outputs I do not get separated the changes in attributes and the changes in geometry. These are mixed in the output. For example, in the Insert output, I’ ve got insert new data and attribute changes. Do you have any idea how can I do that?

Thanks a lot for your time and help

Noni

The easiest way would probably be to use two UpdateDetector transformers in parallel

One to check attributes only, One to check geometry only.


Thank u for answering me Erik. But how can I define that this is only for attributes or only for geometry?


Thank u for answering me Erik. But how can I define that this is only for attributes or only for geometry?

For the attributes only set Match Geometry to None.

 

For the geometry only, you need to edit the custom transformer to make the MATCHATTRS parameter optional.