I have two feature classes in two different geodatabases. If I wanted to merge them and end up with one feature class that contains all of the polygons from both of the feature classes which transformer would I use?
I have tried Feature Merger but it doesnt give me each polygon but rather one polygon over the whole area. Would it be easier to write a python script that FME could call?