Skip to main content
Solved

Create multiple polygons based on a table join

  • 12 March 2013
  • 2 replies
  • 7 views

Hi,

 

 

I have a polygon feature class and a table in a file geodatabase. There are multiple rows in the table for a given polygon in the feature class. I want to create a new polygon feature class with polygons for every match in the table. I have tried Matcher, which seems to work, but it is not populating the Shape Area and Shape Length. Anything else I should look into?

 

 

Thanks,

 

Srini

2 replies

Badge +2
Have you looked at the FeatureMerger transformer?
Perfect, that worked. Thank you!!

Reply