<?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: Formatting JSON Attribute in ArcGIS Online Pop-ups in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/formatting-json-attribute-in-arcgis-online-pop-ups/m-p/1220683#M48284</link>
    <description>&lt;P&gt;That worked. Thank you, Peter!&lt;/P&gt;</description>
    <pubDate>Tue, 11 Oct 2022 13:35:16 GMT</pubDate>
    <dc:creator>Shelley_Broadway</dc:creator>
    <dc:date>2022-10-11T13:35:16Z</dc:date>
    <item>
      <title>Formatting JSON Attribute in ArcGIS Online Pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/formatting-json-attribute-in-arcgis-online-pop-ups/m-p/1220474#M48277</link>
      <description>&lt;P&gt;Is there a way to format JSON in an attribute column so that it's easier to read in the map pop-ups? For example, one of the fields in my data contains JSON --&lt;/P&gt;&lt;P&gt;[{"Data_ID":"XXXXXXX","FormDataID":"YYYYYYY","FID":"Lines_p2.atyo12lfi98009938809876344560","Owner":"Example","Material_Type":"P ","Size":"7","Misc_Notes":null,"Permit_No":null}]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to pull out Owner, Material, and Size and show in the pop-up. Can this be done with Arcade?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 19:03:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/formatting-json-attribute-in-arcgis-online-pop-ups/m-p/1220474#M48277</guid>
      <dc:creator>Shelley_Broadway</dc:creator>
      <dc:date>2022-10-10T19:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting JSON Attribute in ArcGIS Online Pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/formatting-json-attribute-in-arcgis-online-pop-ups/m-p/1220562#M48278</link>
      <description>&lt;P&gt;Yep&lt;/P&gt;&lt;P&gt;Create a variable using your $feature.FieldName, then call out the bits in whatever format you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var json=  {"Data_ID":"XXXXXXX","FormDataID":"YYYYYYY",
            "FID":"Lines_p2.atyo12lfi98009938809876344560",
            "Owner":"Example","Material_Type":"P ","Size":"7",
            "Misc_Notes":null,"Permit_No":null}

return 'Owner: ' + json.Owner + textformatting.newline +
       'Material: ' + json.Material_Type + textformatting.newline +
       'Size: ' + json.Size&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 11 Oct 2022 04:24:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/formatting-json-attribute-in-arcgis-online-pop-ups/m-p/1220562#M48278</guid>
      <dc:creator>PeterMilenkovic</dc:creator>
      <dc:date>2022-10-11T04:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting JSON Attribute in ArcGIS Online Pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/formatting-json-attribute-in-arcgis-online-pop-ups/m-p/1220683#M48284</link>
      <description>&lt;P&gt;That worked. Thank you, Peter!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 13:35:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/formatting-json-attribute-in-arcgis-online-pop-ups/m-p/1220683#M48284</guid>
      <dc:creator>Shelley_Broadway</dc:creator>
      <dc:date>2022-10-11T13:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting JSON Attribute in ArcGIS Online Pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/formatting-json-attribute-in-arcgis-online-pop-ups/m-p/1605638#M64424</link>
      <description>&lt;P&gt;I think I'm missing something here. I was able to create a valid expression, but all my pop ups are the same with the values from the var json line appearing in the pop up not the value from the attribute table.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 13:37:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/formatting-json-attribute-in-arcgis-online-pop-ups/m-p/1605638#M64424</guid>
      <dc:creator>GaryBarden</dc:creator>
      <dc:date>2025-04-14T13:37:59Z</dc:date>
    </item>
  </channel>
</rss>

