I have a table that contains say inspections on specific sites. I also have a feature class that contains a point for each site. These two can be linked by an ID field. I am trying to create records for each inspections to be displayed as a point. I am trying to use Feature Merger but it only returns one record. I'm sure this is easy but it's been a while since I used FME and I am suffering a mental block here. Please point me in the right direction.
Page 1 / 1
What are you using to merge on?
Are the ID's unique?
If not, u should use proces duplicates on the featuremergeer. Then explode the resulting list.
If u have points with no ID, u should do it spatialy; an overlay or spatialrelator.
Gio