I have three polygon shapefiles, they all contain a column called GUID, this column is unique, the shapefiles often overlap.
I also have a point shapefile, these points will generally fall within 1 or Many polygons.
I am trying to end up with a table similar to the one shown in my sketch.
Each point feature should have one or more GUID in it... I am sure there is a simple process to do this in FME, currently I have an overly complex looking scenario that isn't working, I am really over thinking this one.