<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Field Descriptions from Metadata in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/field-descriptions-from-metadata/m-p/1303477#M53104</link>
    <description>&lt;P&gt;Of course! Use however is most helpful to you and your team. Glad it was helpful!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2023 17:18:34 GMT</pubDate>
    <dc:creator>LisaBerry</dc:creator>
    <dc:date>2023-06-27T17:18:34Z</dc:date>
    <item>
      <title>Field Descriptions from Metadata</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/field-descriptions-from-metadata/m-p/1301665#M52990</link>
      <description>&lt;P&gt;Anyone know how to populate field descriptions from existing metadata?&lt;/P&gt;&lt;P&gt;This question has been asked before, but no one has responded with a solution:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/populating-field-descriptions/m-p/1100442#M42249" target="_self"&gt;Populating field descriptions&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I spent some time trying to do it using ArcGIS API for Python without success.&amp;nbsp; It appears that the field descriptions are attributes of the layer but are a nested dictionary with&amp;nbsp;Description and Field Value Type under the fields.&lt;/P&gt;&lt;P&gt;I can view the description and field type by printing the fields information, but I can't figure out how to update it.&lt;/P&gt;&lt;P&gt;Any ideas?&amp;nbsp; Am I missing something obvious?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 17:35:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/field-descriptions-from-metadata/m-p/1301665#M52990</guid>
      <dc:creator>CynthiaWanschura</dc:creator>
      <dc:date>2023-06-21T17:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Field Descriptions from Metadata</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/field-descriptions-from-metadata/m-p/1302125#M53022</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Cynthia, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;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.&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/lisaberrygis/AliasUpdater" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/lisaberrygis/AliasUpdater&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 17:13:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/field-descriptions-from-metadata/m-p/1302125#M53022</guid>
      <dc:creator>LisaBerry</dc:creator>
      <dc:date>2023-06-22T17:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Field Descriptions from Metadata</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/field-descriptions-from-metadata/m-p/1303343#M53095</link>
      <description>&lt;P&gt;THANK YOU!!!!! This script worked beautifully!!!!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 12:55:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/field-descriptions-from-metadata/m-p/1303343#M53095</guid>
      <dc:creator>CynthiaWanschura</dc:creator>
      <dc:date>2023-06-27T12:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Field Descriptions from Metadata</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/field-descriptions-from-metadata/m-p/1303345#M53096</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/132904"&gt;@LisaBerry&lt;/a&gt;&amp;nbsp;- Is it OK if I make a couple of changes to prompt for inputs and share with my colleagues?&amp;nbsp; You will definitely be getting the credit for it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 12:57:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/field-descriptions-from-metadata/m-p/1303345#M53096</guid>
      <dc:creator>CynthiaWanschura</dc:creator>
      <dc:date>2023-06-27T12:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Field Descriptions from Metadata</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/field-descriptions-from-metadata/m-p/1303477#M53104</link>
      <description>&lt;P&gt;Of course! Use however is most helpful to you and your team. Glad it was helpful!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 17:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/field-descriptions-from-metadata/m-p/1303477#M53104</guid>
      <dc:creator>LisaBerry</dc:creator>
      <dc:date>2023-06-27T17:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Field Descriptions from Metadata</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/field-descriptions-from-metadata/m-p/1497182#M59866</link>
      <description>&lt;P&gt;I am hoping to export full groups and have all of the layers within them for update. Is there a way to do this?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 16:18:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/field-descriptions-from-metadata/m-p/1497182#M59866</guid>
      <dc:creator>ShareUser</dc:creator>
      <dc:date>2024-06-25T16:18:27Z</dc:date>
    </item>
  </channel>
</rss>

