I have an FGDB feature class which includes a "DBOperation" attribute with values of INSERT, UPDATE, or DELETE. I want to assign these to fme_db_operation but when I do this in an AttributeCreator, it gets changed to...
<at>Value<openparen>DBOperation<closeparen>
I've changed the AtrributeCreator to Conditional Value which seems to be happier.
Has anyone else had this experience?