Hello. I am trying to make a transformation in the values of a certain field called Labeltxt in a feature type in a gdb. I change the value in the field. This succeeds, but when I need to write back into the gdb i have a problem:
Either i use "drop and create" in the writer, but then the objectID field is re-written, which we use to relate to other tables.
Or i use the "update" "use existing", and then select "labeltxt", but then the field is not changed in the gdb that is written.
Is there a way that I can retain the Object ID and also change the labeltxt value?
Regards Rasmus