I find it REALLY difficult to use FME for feature change detection.
I'm using an api to grab weather data and store it in a table. Occasionally the api might send an updated value for one of the records.
So I might have STATION_NAME, DATETIME and VALUE from the api to match against the existing record.
I can use the FEATURE_JOINER to join the STATION_NAME and DATETIME, but then need to update the value.
Any idea what the best method is? I have tried the FEATURE_MERGER and CHANGE_DETECTOR, but neither seem to be simple to set up or understand...