<?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: ArcGIS Pro: Is there a way to 'Add Data' a csv file from the web using its associated URL? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-is-there-a-way-to-add-data-a-csv-file/m-p/73225#M3101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samy&lt;/P&gt;&lt;P&gt;May I ask if the functionality you are asking for is 'web as a file system', like browsing web file storage technologies as if they are filesystem?&amp;nbsp; This functionality will be available with the Data Interoperability extension at ArcGIS 10.5.1 and ArcGIS Pro 2.0.&amp;nbsp; If you would like this capability to be in core ArcGIS then please create an idea at &lt;A href="https://community.esri.com/community/arcgis-ideas"&gt;https://community.esri.com/community/arcgis-ideas&lt;/A&gt; for people to vote on, and provide your scenarios.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jun 2017 18:17:10 GMT</pubDate>
    <dc:creator>BruceHarold</dc:creator>
    <dc:date>2017-06-05T18:17:10Z</dc:date>
    <item>
      <title>ArcGIS Pro: Is there a way to 'Add Data' a csv file from the web using its associated URL?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-is-there-a-way-to-add-data-a-csv-file/m-p/73220#M3096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AGO is very good at 'adding layer from the web' for a csv file provided the URL path.&lt;/P&gt;&lt;P&gt;But is there the equivalent in ArcGIS Pro? I cannot figure it out.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 21:45:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-is-there-a-way-to-add-data-a-csv-file/m-p/73220#M3096</guid>
      <dc:creator>SamyBouma_Ngock1</dc:creator>
      <dc:date>2017-06-01T21:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro: Is there a way to 'Add Data' a csv file from the web using its associated URL?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-is-there-a-way-to-add-data-a-csv-file/m-p/73221#M3097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The list of &lt;A href="https://pro.arcgis.com/en/pro-app/help/projects/supported-data-types-and-items.htm"&gt;supported data types and items &lt;/A&gt;is in that link, perhaps it may offer some clues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 02:59:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-is-there-a-way-to-add-data-a-csv-file/m-p/73221#M3097</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-06-02T02:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro: Is there a way to 'Add Data' a csv file from the web using its associated URL?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-is-there-a-way-to-add-data-a-csv-file/m-p/73222#M3098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically, I don't think you can, at least not in the way I think you are wanting to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding a dataset from a path is fairly poorly documented:&amp;nbsp; &lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/help/mapping/map-authoring/add-layers-to-a-map.htm" title="http://pro.arcgis.com/en/pro-app/help/mapping/map-authoring/add-layers-to-a-map.htm"&gt;Add layers and layer packages to a map—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt; .&amp;nbsp; The documentation simply says, "Type the path or URL to the dataset," and the examples they provide aren't much help because they cover a few simple, common situations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the "add data from path" dialog or ArcPy Mapping functionality, you can add a CSV using a filesystem type of path, e.g., &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;C:\temp\file.csv&lt;/SPAN&gt;; however, accessing the same file using a URL type of path fails, e.g., &lt;SPAN style="font-family: courier new,courier,monospace;"&gt;file:///C:/temp/file.csv&lt;/SPAN&gt; .&amp;nbsp; So, loading CSVs into ArcGIS Pro from a path is supported, partially, it just has to be a filesystem path and not a URL.&amp;nbsp; Where is this type of handy information documented?&amp;nbsp; Well, sort of in the link that Dan supplies.&amp;nbsp; The user is supposed to infer that CSV URLs are not supported while CSV files are because the former isn't listed under "Services" but the latter is listed under "Data stored in files."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 14:59:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-is-there-a-way-to-add-data-a-csv-file/m-p/73222#M3098</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-06-02T14:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro: Is there a way to 'Add Data' a csv file from the web using its associated URL?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-is-there-a-way-to-add-data-a-csv-file/m-p/73223#M3099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joshua. I know now that I have not overthought it.&lt;BR /&gt; It would be conveniently great&amp;nbsp;to have&amp;nbsp;the ArcGIS Online way&amp;nbsp;implemented in ArcGIS Pro then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 15:06:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-is-there-a-way-to-add-data-a-csv-file/m-p/73223#M3099</guid>
      <dc:creator>SamyBouma_Ngock1</dc:creator>
      <dc:date>2017-06-05T15:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro: Is there a way to 'Add Data' a csv file from the web using its associated URL?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-is-there-a-way-to-add-data-a-csv-file/m-p/73224#M3100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Dan for the direction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 15:07:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-is-there-a-way-to-add-data-a-csv-file/m-p/73224#M3100</guid>
      <dc:creator>SamyBouma_Ngock1</dc:creator>
      <dc:date>2017-06-05T15:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro: Is there a way to 'Add Data' a csv file from the web using its associated URL?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-is-there-a-way-to-add-data-a-csv-file/m-p/73225#M3101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samy&lt;/P&gt;&lt;P&gt;May I ask if the functionality you are asking for is 'web as a file system', like browsing web file storage technologies as if they are filesystem?&amp;nbsp; This functionality will be available with the Data Interoperability extension at ArcGIS 10.5.1 and ArcGIS Pro 2.0.&amp;nbsp; If you would like this capability to be in core ArcGIS then please create an idea at &lt;A href="https://community.esri.com/community/arcgis-ideas"&gt;https://community.esri.com/community/arcgis-ideas&lt;/A&gt; for people to vote on, and provide your scenarios.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 18:17:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-is-there-a-way-to-add-data-a-csv-file/m-p/73225#M3101</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2017-06-05T18:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro: Is there a way to 'Add Data' a csv file from the web using its associated URL?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-is-there-a-way-to-add-data-a-csv-file/m-p/73226#M3102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruce&lt;/P&gt;&lt;P&gt;I am not sure how you would call this functionality in AGOL, but the following shows&amp;nbsp;what I'm talking about.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="add csv from web" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/355793_csv_web_agol_way.PNG" style="width: 620px; height: 312px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although ArcGIS Pro offers to 'add data from path/URL', the functionality fails to add csv files from web URLs.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="add cvs from path arcgispro" class="image-4 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/355794_csv_web_pro_way2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for suggesting to post the scenario in ArcGIS Ideas.&lt;/P&gt;&lt;P&gt;However, I'll wait for the next releases of Desktop and Pro and go from there.&lt;BR /&gt;In the meantime, I'll keep download my CSV from the web&amp;nbsp;and add it in Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 15:34:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-is-there-a-way-to-add-data-a-csv-file/m-p/73226#M3102</guid>
      <dc:creator>SamyBouma_Ngock1</dc:creator>
      <dc:date>2017-06-06T15:34:00Z</dc:date>
    </item>
  </channel>
</rss>

