<?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: Retrieve feature attributes uid/dictionary values in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-feature-attributes-uid-dictionary-values/m-p/1354438#M82958</link>
    <description>&lt;P&gt;This is the graphic attributes object I can access in javascript&amp;amp;colon;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;{
objectid: 1,
species_id: "b96c54b0-1b79-4a8b-af07-06b60a85b959",
status_id: "d6acca47-4c88-4da1-9e17-8c8b5d54f7f7"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;species_id is coded value that have more that 4k values&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patryks_0-1701213167825.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87395i48AD22C9B666A767/image-size/medium?v=v2&amp;amp;px=400" role="button" title="patryks_0-1701213167825.png" alt="patryks_0-1701213167825.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is how it is visualized in FeatureTable&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patryks_1-1701213243473.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87396iB2350E09D01743A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="patryks_1-1701213243473.png" alt="patryks_1-1701213243473.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;FeatureTable can access coded/dictionary value of the attribute. Is there a way to access it via js api?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Nov 2023 23:16:21 GMT</pubDate>
    <dc:creator>patryks</dc:creator>
    <dc:date>2023-11-28T23:16:21Z</dc:date>
    <item>
      <title>Retrieve feature attributes uid/dictionary values</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-feature-attributes-uid-dictionary-values/m-p/1353867#M82939</link>
      <description>&lt;P&gt;My requirement is to export features attributes to CSV file. In Feature Table widget the dictionary attributes are properly visualized - with dictionary value. In graphic object the attributes contains only uids like:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;{
species_id: "b96c54b0-1b79-4a8b-af07-06b60a85b959"
status_id: "d6acca47-4c88-4da1-9e17-8c8b5d54f7f7"
}&lt;/LI-CODE&gt;&lt;P&gt;How can I access the corresponding dictionary value?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 23:14:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-feature-attributes-uid-dictionary-values/m-p/1353867#M82939</guid>
      <dc:creator>patryks</dc:creator>
      <dc:date>2023-11-27T23:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve feature attributes uid/dictionary values</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-feature-attributes-uid-dictionary-values/m-p/1353980#M82943</link>
      <description>&lt;P&gt;This is very hard to help, show some code?&lt;/P&gt;&lt;P&gt;Feature/Graphic objects have property "attributes" which then have properties named after the attributes.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;eg:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;myObject.attributes.name&lt;/LI&gt;&lt;LI&gt;myObject.attributes.address&lt;/LI&gt;&lt;LI&gt;myObject.attributes.GlobalId&lt;/LI&gt;&lt;LI&gt;myObject.attributes.ObjectId&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 28 Nov 2023 10:07:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-feature-attributes-uid-dictionary-values/m-p/1353980#M82943</guid>
      <dc:creator>ViktorSafar</dc:creator>
      <dc:date>2023-11-28T10:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve feature attributes uid/dictionary values</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-feature-attributes-uid-dictionary-values/m-p/1354438#M82958</link>
      <description>&lt;P&gt;This is the graphic attributes object I can access in javascript&amp;amp;colon;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;{
objectid: 1,
species_id: "b96c54b0-1b79-4a8b-af07-06b60a85b959",
status_id: "d6acca47-4c88-4da1-9e17-8c8b5d54f7f7"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;species_id is coded value that have more that 4k values&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patryks_0-1701213167825.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87395i48AD22C9B666A767/image-size/medium?v=v2&amp;amp;px=400" role="button" title="patryks_0-1701213167825.png" alt="patryks_0-1701213167825.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is how it is visualized in FeatureTable&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patryks_1-1701213243473.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87396iB2350E09D01743A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="patryks_1-1701213243473.png" alt="patryks_1-1701213243473.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;FeatureTable can access coded/dictionary value of the attribute. Is there a way to access it via js api?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 23:16:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/retrieve-feature-attributes-uid-dictionary-values/m-p/1354438#M82958</guid>
      <dc:creator>patryks</dc:creator>
      <dc:date>2023-11-28T23:16:21Z</dc:date>
    </item>
  </channel>
</rss>

