Skip to main content

Good evening

I produce a worbench wich create a file gdb and different features class (table, polyligne, polygon) from a excel file wich describe :

  • fme_feature_type_name
  • fme_feature_type_alias
  • name
  • alias
  • fme_data_type
  • geometry
  • native_data_type

Is it possible in the same excel file  :

  • to create domain value (domain code and domain describe)
  • to apply Global Id
  • to apply editor trackor

    Thank you

I’m assuming this is for an esri enterprise environment? You’ll have to use python for those steps.

For domains, have a look here:

It says GDB in the title, but is also applicable to SDE


GlobalIDs:
https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/add-global-ids.htm#GUID-DAFED90C-5514-48C3-926C-989D7DF1466E

Editor Tracking:
https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/enable-editor-tracking.htm#GUID-5FC43A7F-A6B5-491E-A188-054EB618E24F


Reply