<?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 Import JSON file into ArcMap in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409975#M13899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a .json file which I would like to be able to import into ArcMap. The format of the json file when I receive it is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[{"geometry":{"x":-5561.656,"y":5659411.683,"spatialReference":{"wkid":3776}},"attributes":{"EXTERNALNUM":"FILE1","STATUS":"OPEN","FILECLERK":"JANE DOE","RPID":1111111}},{"geometry":{"x":-4480.512000000001,"y":5671280.649,"spatialReference":{"wkid":3776}},"attributes":{"EXTERNALNUM":"FILE2","STATUS":"HOLD","FILECLERK":"BOB BROWN","RPID":2222222}}}]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible given the way the file is formatted? It doesn't seem to be formatted in a manner to work with the JSON toolset in ArcMap: &lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fresources.arcgis.com%2Fen%2Fhelp%2Fmain%2F10.2%2Findex.html%23%2FAn_overview_of_the_JSON_toolset%2F001200000059000000%2F" rel="nofollow" target="_blank"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2015 18:39:31 GMT</pubDate>
    <dc:creator>ChrisHolmes</dc:creator>
    <dc:date>2015-09-15T18:39:31Z</dc:date>
    <item>
      <title>Import JSON file into ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409975#M13899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a .json file which I would like to be able to import into ArcMap. The format of the json file when I receive it is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[{"geometry":{"x":-5561.656,"y":5659411.683,"spatialReference":{"wkid":3776}},"attributes":{"EXTERNALNUM":"FILE1","STATUS":"OPEN","FILECLERK":"JANE DOE","RPID":1111111}},{"geometry":{"x":-4480.512000000001,"y":5671280.649,"spatialReference":{"wkid":3776}},"attributes":{"EXTERNALNUM":"FILE2","STATUS":"HOLD","FILECLERK":"BOB BROWN","RPID":2222222}}}]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible given the way the file is formatted? It doesn't seem to be formatted in a manner to work with the JSON toolset in ArcMap: &lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fresources.arcgis.com%2Fen%2Fhelp%2Fmain%2F10.2%2Findex.html%23%2FAn_overview_of_the_JSON_toolset%2F001200000059000000%2F" rel="nofollow" target="_blank"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 18:39:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409975#M13899</guid>
      <dc:creator>ChrisHolmes</dc:creator>
      <dc:date>2015-09-15T18:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Import JSON file into ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409976#M13900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background: white; margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Arial','sans-serif'; font-size: 10.5pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;Hola Chris,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white; margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Arial','sans-serif'; font-size: 10.5pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white; margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Arial','sans-serif'; font-size: 10.5pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;I wanted to see if you had located a solution for your post, if not here is one of our Extension which may assist&lt;BR /&gt;you. it is a separate cost for this extension but you are able to download it and use it on a 60 day trial, and then determine if this would be a good investment for you, if you convert JSON’s that often. Thanks, Chris!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white; margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Arial','sans-serif'; font-size: 10.5pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white; margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Arial','sans-serif'; font-size: 10.5pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;ArcGIS Data Interoperability&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white; margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Arial','sans-serif'; font-size: 10.5pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;Work with industry standards such as CSV,&lt;BR /&gt;CAD, JSON, XML, and RSS&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white; margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Arial','sans-serif'; font-size: 10.5pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;&lt;A href="http://www.esri.com/software/arcgis/extensions/datainteroperability"&gt;http://www.esri.com/software/arcgis/extensions/datainteroperability&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white; margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Arial','sans-serif'; font-size: 10.5pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white; margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Arial','sans-serif'; font-size: 10.5pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 10.5pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Juan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 20:00:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409976#M13900</guid>
      <dc:creator>JuanLuera</dc:creator>
      <dc:date>2015-09-15T20:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Import JSON file into ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409977#M13901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will take a look at this and check out the 60 day trial to see what I can do with it. Saying that, $2500/yr for a single license is pretty pricey. Maybe I should post this question over in the Python area and see if there are some ideas over there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Juan. I didn't think it would be so tricky trying to find a way to get this data into ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 20:22:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409977#M13901</guid>
      <dc:creator>ChrisHolmes</dc:creator>
      <dc:date>2015-09-15T20:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Import JSON file into ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409978#M13902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't used this, but you might want to check-out this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://terraformer.io/arcgis-parser/" title="http://terraformer.io/arcgis-parser/"&gt;Terraformer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sounds like it's a two-way conversion between GeoJSON and ArcGIS Geometry. Once you convert to GeoJSON, you should be able to use JSON toolset, or maybe something like Ogre - &lt;A href="http://ogre.adc4gis.com/" title="http://ogre.adc4gis.com/"&gt;Ogre - ogr2ogr web client&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 22:10:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409978#M13902</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-09-15T22:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Import JSON file into ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409979#M13903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chris. I will check this out also.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 22:14:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409979#M13903</guid>
      <dc:creator>ChrisHolmes</dc:creator>
      <dc:date>2015-09-15T22:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Import JSON file into ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409980#M13904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I gotta head-out, but I started a runnable node.js app:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://code.runnable.com/Vfig_eplbl55NWA1/terraformer-demo-for-node-js" title="http://code.runnable.com/Vfig_eplbl55NWA1/terraformer-demo-for-node-js"&gt;http://code.runnable.com/Vfig_eplbl55NWA1/terraformer-demo-for-node-js&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get it to convert some test stuff from your example, but it's not recognized by Ogre... I'll have to look into it some more to see if Terraformer will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 22:53:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409980#M13904</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-09-15T22:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Import JSON file into ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409981#M13905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Chris, thanks for taking the time. Much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 15:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409981#M13905</guid>
      <dc:creator>ChrisHolmes</dc:creator>
      <dc:date>2015-09-16T15:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Import JSON file into ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409982#M13906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had some time over lunch to look at this some more. I think I got it to work! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; Here's the updated app:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://code.runnable.com/Vfig_eplbl55NWA1/terraformer-demo-for-node-js" title="http://code.runnable.com/Vfig_eplbl55NWA1/terraformer-demo-for-node-js" rel="nofollow noopener noreferrer" target="_blank"&gt;http://code.runnable.com/Vfig_eplbl55NWA1/terraformer-demo-for-node-js&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running this produces the following result from your demo JSON object:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{
&amp;nbsp; "features" : [{
&amp;nbsp; "type" : "Feature",
&amp;nbsp; "geometry" : {
&amp;nbsp; "type" : "Point",
&amp;nbsp; "coordinates" : [-0.04996120589815041, 45.24017485407551],
&amp;nbsp; "bbox" : [-0.04996120589815041, 45.24017485407551, -0.04996120589815041, 45.24017485407551]
&amp;nbsp; },
&amp;nbsp; "properties" : {
&amp;nbsp; "EXTERNALNUM" : "FILE1",
&amp;nbsp; "STATUS" : "OPEN",
&amp;nbsp; "FILECLERK" : "JANE DOE",
&amp;nbsp; "OBJECTID" : 1111111
&amp;nbsp; },
&amp;nbsp; "id" : 1111111,
&amp;nbsp; "bbox" : [-0.04996120589815041, 45.24017485407551, -0.04996120589815041, 45.24017485407551]
&amp;nbsp; }, {
&amp;nbsp; "type" : "Feature",
&amp;nbsp; "geometry" : {
&amp;nbsp; "type" : "Point",
&amp;nbsp; "coordinates" : [-0.04024912410280926, 45.31520080539314],
&amp;nbsp; "bbox" : [-0.04024912410280926, 45.31520080539314, -0.04024912410280926, 45.31520080539314]
&amp;nbsp; },
&amp;nbsp; "properties" : {
&amp;nbsp; "EXTERNALNUM" : "FILE2",
&amp;nbsp; "STATUS" : "HOLD",
&amp;nbsp; "FILECLERK" : "BOB BROWN",
&amp;nbsp; "OBJECTID" : 2222222
&amp;nbsp; },
&amp;nbsp; "id" : 2222222,
&amp;nbsp; "bbox" : [-0.04024912410280926, 45.31520080539314, -0.04024912410280926, 45.31520080539314]
&amp;nbsp; }
&amp;nbsp; ],
&amp;nbsp; "type" : "FeatureCollection",
&amp;nbsp; "bbox" : [-0.04996120589815041, 45.24017485407551, -0.04024912410280926, 45.31520080539314]
}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="477" src="https://community.esri.com/legacyfs/online/127098_pastedImage_0.png" style="width: 432px; height: 476.594px;" width="432" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works perfectly in Ogre:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="127097" class="image-1 jive-image" height="398" src="https://community.esri.com/legacyfs/online/127097_pastedImage_2.png" style="width: 588px; height: 397.681px;" width="588" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only thing to be aware of, the console log in the Runnable app puts in newlines. I copied the output into Notepad++, then use The JSTool &amp;gt;&amp;gt; JSFormater to pretty print and make it human readable. You can use any pretty print tool - I just needed to easily find where console.log was adding newlines. It probably wont matter if you write to file... I think it's something wonky with JSON stringify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Terraformer should allow you to adjust your PK, but I just changed it to OBJECTID as I had time getting it to work. Probably PEBKAC, but here's the documentation on it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://terraformer.io/arcgis-parser/" title="http://terraformer.io/arcgis-parser/" rel="nofollow noopener noreferrer" target="_blank"&gt;Terraformer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you could keep RPID instead of the default OBJECTID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helped you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:37:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409982#M13906</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2021-12-11T18:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Import JSON file into ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409983#M13907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for taking the time to do this. It's very nice of you!&lt;/P&gt;&lt;P&gt;Much appreciated,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 23:35:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409983#M13907</guid>
      <dc:creator>ChrisHolmes</dc:creator>
      <dc:date>2015-09-16T23:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Import JSON file into ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409984#M13908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem - Chris, if it ends-up working out for you, would you mind marking an answer in case anyone else perusing the forums has the same question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 15:18:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409984#M13908</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-09-17T15:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Import JSON file into ArcMap</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409985#M13909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I certainly will. Thanks again Chris!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2015 16:37:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/import-json-file-into-arcmap/m-p/409985#M13909</guid>
      <dc:creator>ChrisHolmes</dc:creator>
      <dc:date>2015-09-17T16:37:11Z</dc:date>
    </item>
  </channel>
</rss>

