Skip to main content
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
Have you looked at the FeatureMerger transformer?
Perfect, that worked. Thank you!!

Reply