Hi FME-Community!
I got following situation withe FeatureJoiner:
Left-Income: point-geometry with some attributes
Right-Income: polygon-geometry with some attributes
Attribute Conflict Resolution: Use Left
Geometry Handling: Use Right
The goal is to get the attributes of the left income. Everything runs fine and looks good. But as soo as we want to write to Oracle we fail. When taking a closer look to the Joined-Output features the polgons have fme_geometry=fme_point. Is this an effect of "Attribute Conflict Resolution: Use Left" with "Geometry Handling: Use Right"?!
Moreover, if we reset fme-geometry to polygon (GeometryCoercer or GeometryValidator) we still cannot write to Oracle.
If needed I can prepare a workspace for that.
Thanks in advance!
Maria