Hi!
I have an issue that I just don't understand.
Using a FeatureMerger that outputs the correct attributes från the supplier, but it's values are all wrong.
First off, I have a TestFilter with output ports depending on if the attribute "Version" is 0, 1 or 2. In this case the output for Version 2 contains 4 points with relevant attributes according to the image below. They are all "Version" 2 and have missing values for "Avslut-datum".
Next, I want to use a FeatureMerger to merge this with a bigger database with hundreds of points, to assign the attributes of Version 2 to those said points, if they match. I want to merge the points from the bigger database srequestor] to the output from my "Version 2" tsupplier]. See the FeatureMerger parameters in the image below.
However, the merged data does not contain the attributes from "Version 2". For example the attribute "Avslut-datum" should be <missing> and the "Version" attribute should be "2". Note that the attributes "Version" and "Avslut-datum" does not exist in the requestor. See image below were the point P-K-004 from the requestor has merged with the supplier.
I just can't get my head around how the points can be assigned these attribute values that don't exist from the supplier. Somehow other values fill the attributes.
Hopefully, I provided enough data to understand the issue!
Best regards
Victor