Hi,
Can anybody help please ?.. We are just amassing data for publishing to HUB via AGOL collaboration with our Enterprise and we are testing functionality end-to-end and I appear to be either missing some logic or it is not available ? Coded Values for export. Our Datasets are geologic in nature so have a lot of coded values / descriptions for data management and quality, in Pro and Enterprise (webmaps, tables etc.) I can see coded values and descriptions and export either or both for the end user, however when the dataset is shared as a feature service and share with hub I can still see coded values and code description in the table whilst on HUB, but if I export the data I can only get the coded value and not the code description - this description is critical - is there anyway to get this to export for the end user otherwise the data is not immediately useable effectively ? I ideally would like to not have to store the description in another field either.
example A = coded value Alluvium is the coded Description
and the geojson (same for shape etc.. ) has 'A' instead of Alluvium
pe": "Feature", "properties": { "objectid": 1, "codedvalue": "Causeway", "globalid": "{FC14B80D-F641-4DA7-8024-D56A0D49CC13}", "SHAPE__Length": 11235.014620448681, "SHAPE__Area": 7409860.9139997698 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.135488049367477, 52.985493299582238, 0.0 ], [ -6.124723015151265, 52.968677149747208, 0.0 ], [ -6.073277389125894, 52.971553514644413, 0.0 ], [ -6.096030982666242, 52.994116037086854, 0.0 ], [ -6.135488049367477, 52.985493299582238, 0.0 ] ] ] } },
{ "type": "Feature", "properties": { "objectid": 2, "codedvalue": "A", "globalid": "{2CDE41A1-BA67-48B7-BE4B-C90CF0AACBAB}", "SHAPE__Length": 5638.8700228248899, "SHAPE__Area": 1608998.2827967999 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -6.167195701380085, 52.978587932713374, 0.0 ], [ -6.196134979884798, 52.982729916842054, 0.0 ], [ -6.19797409859587, 52.975359325333891, 0.0 ], [ -6.168254522930845, 52.971668136715266, 0.0 ], [ -6.167195701380085, 52.978587932713374, 0.0 ] ] ] } }
]
Any ideas or direction would be hugely helpful please.
Paulg