I have a simple translation setup in FME to check if certain points are within a proper postcode polygon.
The guidelines I am checking against is that there should be one point per postcode and if the postcode of the point is "12555" then it should be in the "12555" polygon. Easy enough to check.
However, the problem I'm running into is there are PO boxes which have a postcode but do not have a polygon to go with it. I need to somehow filter out the points that do not have a matching polygon and then send the rest on to the PointOnAreaOverlayer and the tester.
I originally thought this would be possible with a TestFilter or Matcher but I'm not having any luck getting the result I need.
Anyone know what I need to use for this?
Thanks.