Hi all,
This should be really simple, but I can't work out what I'm doing wrong in my workspace. Any help appreciated...
I need to update a couple of attribute fields in a SDE feature class with values from an Excel table (attributes only, no geometry. Yet.).
- Using the Excel and 'ESRI Geodatabase (ArcSDE Geodb) readers
 - I'm using the 'FeatureJoiner' transfomer to join the two readers together based on a unique identifier (ESRI Global ID field in the SDE feature class, which the person who created the Excel table also used to capture their new data), then
 - put it through the 'Attribute Manager' transformer so I can map fields between the Attribute Manager and my writer (the columns in the Excel file and SDE feature class have slightly different names, but I know which ones correlate)
 - I'm using the 'ESRI Geodatabase (ArcSDE Geodb) writer, settings:
- Feature operation: Update
 - Table handling: use existing
 - Update spatial columns: No
 - Row selection: Match columns - 'GlobalID'
 - User Attribute definition set to manual
 
 - Just testing this with a couple of numeric fields (field type:double in SDE writer), but will also need to work out how to map values from the Excel table into fields which use coded domains in the SDE...
 
Running on:
- FME(R) 2018.1.1.0 (20181107 - Build 18567 - WIN64)
 - ArcGIS 10.7.1
 
Error warning:

