Populating field descriptions

588
3
Jump to solution
09-21-2021 10:00 AM
ShaunLangley
New Contributor III

Does anyone know if it's possible to populate the field descriptions on a hosted feature layer from metadata or otherwise publish it from Pro?

1 Solution

Accepted Solutions
LisaBerry
Esri Contributor

Hi all, 

Here is a python3 script that can add alias names, field descriptions, and field value type to the REST service, and also updates the popup decimals and thousands separators in bulk. https://github.com/lisaberrygis/AliasUpdater

View solution in original post

0 Kudos
3 Replies
EthanABroadfoot_CDC
New Contributor

I have the same question. Following for responses.

I_AM_ERROR
Occasional Contributor

Adding on here, is this exposed in the python or REST API? Would love to use this but manual entry is too time consuming.

0 Kudos
LisaBerry
Esri Contributor

Hi all, 

Here is a python3 script that can add alias names, field descriptions, and field value type to the REST service, and also updates the popup decimals and thousands separators in bulk. https://github.com/lisaberrygis/AliasUpdater

0 Kudos