I'm new to FME but not to ESRI and file geodatabase design.
I've set up the file geodatabase with a spatial line feature class, a heirachical table to hold a list of group names and a relationship class to associate the lines with a group record.
I can populate the relationship class in ArcMap (it populates with the OBJECTIDs of the line and the OBJECTIDs of the group record) but I want to do this using FME.
I have seen and followed the tutorial outlining how to add attachments using a relationship class here (http://evangelism.safe.com/fmeevangelist100/) but that example matches the data in a field of the feature class to the filename of the photo and creates new objectIDs using a Counter. I want to be able to force an INSERT into the relationship class using the existing objectIDs of the lines and the groups. How can I accomplish this?.
I'm using Arc10.1 and FME2012.
Thanks in advance for your helpful comments,
B