Select to view content in your preferred language

FGDB Joins in ETL

1979
2
09-04-2012 02:11 PM
TomNeer
Regular Contributor
I am trying to join the RoadCenterline feature class to the MasterStreetName table in the Local Government Model and export out a new shapefile to import into the Sheriff's Dispatch system. Everything is currently stored in a file geodatabase. I found the Joiner command but it seems to support everything except file geodatabases. Am I missing something obvious? How can I join this table to the feature class without having to export or create other files? Thanks.
0 Kudos
2 Replies
SeanGrant
Frequent Contributor
Have you taken a look at the FeatureMerger transformer? This allows you to merge features from different feature type based upon a common attribute. So in you case the RoadCenterline would be the requestor and the MasterStreetName wold be the supplier. All the feature that match will come out the Complete port as one joined feature.

-Sean
0 Kudos
TomNeer
Regular Contributor
Figured it out... Operator error.
0 Kudos