Solved

Create a relationship between excel files and Shapefile and publish it in an FGDB

  • 12 January 2022
  • 1 reply
  • 1 view

Badge +6

I'm trying to create a relationship (1: n) between a shapefile and four tables and publish it in an FGDB. I created two columns with AttributeCreator (goedb_feature_has_relationships) and (geodb_oid).

Canvas_relationship 

As a writer, I have four options (see the following figure). I selected (Esri Geodatabase (File Geodb)).

WriterI noticed that format attributes from my writer doesn't contain (goedb_feature_has_relationships) and (geodb_oid). It is the same with other writers. Because of this, no relationship is created in the end.

geodb_oidgoedb_feature_has_relationships 

every excel file has a relationship (1:n) with my shapefile.

 

I would be grateful if you could tell me why the problem is. Many Thanks.

 

icon

Best answer by nielsgerrits 12 January 2022, 16:30

View original

1 reply

Userlevel 6
Badge +33

Did you create the relationship classes in ArcMap/ArcGIS Pro before try to fill them with FME? Also see this article.

Reply