Skip to main content

Hi! I have a feature class with a coded domain on a short integer field, which refers to cities' names. I want to export it in a new feature class, but expose the associated coded-values description in a string field, and no more use of the coded domain; i.e. instead of value 1 for the city oh Washington, to store only "Washington"

thanks!

Hi @roxananazarie have a look at the resolve options in the reader settings.

This way values become available for mapping.

Hope this helps.


Hi! yeah, thanks it works by checking "Resolve Domains" on the Reader. Now I have another problem, the coded-values description originally contain diacritics like "?", "?", "?". The values in the resulted <attribute-name>_resolved replace these characters with "?"


Reply