I have a DATECREATED attribute on an SDE table. The SDE table, Dampers, is the source data set and destination data set (both are using the ESRI ARCSDE30 format). I’m updating some fields in the Dampers table by getting values using a joiner from another SQL Server table. I have a DATEMODIFIED attribute that I’m setting with a TimeStamper field. So I’m using the fme_db_operation = UPDATE in an AttributeRenamer.
And I don’t want the DATECREATED attribute value to change. The format is YYYYMMDD. But it’s being set to null when I run the translation.
I’ve been trying a combination of things and can’t seem to get the DATECREATED attribute to save its value. I've used the Feature Inspector to step through and the attribute disappears after the AttributeRenamer.
I must be going at this in the wrong way. How do I keep an attribute value the same when i'm updating other attributes?