Input geodatabase feature class has code value domains. Want to convert to geojson using Feature To Json tool, but I want the coded value description output instead of the value. For example:
Field = CurbApproach
Domain = NACurbApproach
Value = 0
Description = "RightCurbApproach"
Would like the output geojson to have "RightCurbApproach" instead of 0.
See Environment "Transfer Field Name Descriptions". Features To Json should honor this environment.