<?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: Table join to json data? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/table-join-to-json-data/m-p/729488#M56563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use some Python code to retrieve the JSON from Google Docs and join it using python (arcpy) to a featureclass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes, you should probably move this to a different place, since installation support has nothing to do with your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Xander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Nov 2014 03:06:25 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2014-11-15T03:06:25Z</dc:date>
    <item>
      <title>Table join to json data?</title>
      <link>https://community.esri.com/t5/python-questions/table-join-to-json-data/m-p/729486#M56561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've often used the standard join tool to join spatial data with a table however Im wondering if its possible to setup a join to json data which represents a table? The scenario is I have a google sheet (like an excel but in the cloud), within ArcGIS desktop I'd like to be able to run my join on to this data which I can I can access via json... Can anyone suggest any ideas as to how this might be feasible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rowan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS I can't find a regular ArcGIS Desktop forum so I'm posting here sorry..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 02:20:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/table-join-to-json-data/m-p/729486#M56561</guid>
      <dc:creator>RowanWinsemius</dc:creator>
      <dc:date>2014-11-14T02:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table join to json data?</title>
      <link>https://community.esri.com/t5/python-questions/table-join-to-json-data/m-p/729487#M56562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps it would be helpful to first import the JSON into a spreadsheet as well then match them up in the same spreadsheet.&amp;nbsp; You can use a tool like &lt;A href="https://json-csv.com"&gt;https://json-csv.com&lt;/A&gt;‌ to convert the JSON.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 12:57:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/table-join-to-json-data/m-p/729487#M56562</guid>
      <dc:creator>TimGowner</dc:creator>
      <dc:date>2014-11-14T12:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table join to json data?</title>
      <link>https://community.esri.com/t5/python-questions/table-join-to-json-data/m-p/729488#M56563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use some Python code to retrieve the JSON from Google Docs and join it using python (arcpy) to a featureclass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes, you should probably move this to a different place, since installation support has nothing to do with your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Xander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2014 03:06:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/table-join-to-json-data/m-p/729488#M56563</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-11-15T03:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table join to json data?</title>
      <link>https://community.esri.com/t5/python-questions/table-join-to-json-data/m-p/729489#M56564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion Tim but I was hoping to be able to have it as a live join rather than converting it to a static data source like a csv.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Nov 2014 21:56:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/table-join-to-json-data/m-p/729489#M56564</guid>
      <dc:creator>RowanWinsemius</dc:creator>
      <dc:date>2014-11-16T21:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table join to json data?</title>
      <link>https://community.esri.com/t5/python-questions/table-join-to-json-data/m-p/729490#M56565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you find the necessary information in this website:&lt;/P&gt;&lt;P&gt;&lt;A href="https://cloud.google.com/storage/docs/json_api/v1/json-api-python-samples" title="https://cloud.google.com/storage/docs/json_api/v1/json-api-python-samples"&gt;Python Example - Google Cloud Storage — Google Cloud Platform&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Xander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 02:06:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/table-join-to-json-data/m-p/729490#M56565</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-11-17T02:06:06Z</dc:date>
    </item>
  </channel>
</rss>

