Hi, I am trying to export features from a geodatabase with all fields containing domains as text descriptions instead of coded values (because I need to integrate this with other datasets that use different codes for the same values; and because I would like to use tools such as Union which don't have the option to preserve domains).
I have found a solution by using the "Feature class to feature class" tool - when I tick "Transfer field domain descriptions" in the environments for this tool, it makes a copy of the domains as text descriptions (in new fields with d_ as a prefix to their titles) as well as preserving the domains for the coded columns. Ticking the same box in the environment for Export Features does not produce a copy of the domains as text, it just preserves the connection the domains. But there is a note in the Feature Class to Feature Class tool saying that it is going to be removed in future versions. How are you going to allow people to keep domains, (without having to do table joins and manually update them every time, which is several additional steps)?
Please can you allow the option to create a domains-as-text field when exporting features?
And, ideally, can we have the option to preserve domains when running Union and Intersect queries as well.