Skip to main content

I am writing to a Dynamic GDB writer using an existing GDB with Domains as the Schema Source. I am resolving the domains otherwise just the values come across, but it is also creating a new attribute called "attribute_resolved" which is then being written into the feature class in the GDB.

 

I have tried to use an attribute remover and an attribute manager to remove these attributes prior to writing, but they still get written. Strangely these attributes don't exist in the Attributes To Remove dropdown list in the Writer.

 

Any help would be greatly appreciated.

I would suggest to switch attribute definition from "Dynamic" to "Manual" and in Manual you can delete those that you dont need but if you must stick to Dynamic then I would use FeatureWriter first and then attribute remover to remove attributes you dont need and then another writer.


Reply