<?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 Dynamic join between web csv and hosted feature service, can it be done? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/dynamic-join-between-web-csv-and-hosted-feature/m-p/334510#M16645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to establish an automatically updating join by-attribute between a web-based csv (hosted in my dropbox) and a feature service (hosted in my AGO content). I have the csv in the web map (add data from web) updating every 1 minute (refresh interval setting). I can join this layer to the feature service, but it's static&amp;nbsp;– it's a one of join, and doesn't update.&amp;nbsp;I'm pretty sure this is because you need to select '&lt;EM&gt;Create results as hosted feature layer view&lt;/EM&gt;', which is only possible if you own both layers as hosted feature layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can add the csv as a hosted feature service to my AGO content, but this creates a copy which is not related to the dropbox version, and therefore isn't automatically updated. Maybe I could write a python script to download the dropbox version of the csv&amp;nbsp;to then update the AGO version... but this would definitely be a stretch for my skills. Also,&amp;nbsp;the&amp;nbsp;csv&amp;nbsp;should ultimately be hosted outside of my AGO content, as I will not be the owner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before I go down that route,&amp;nbsp;I'm reaching out here for solutions/advice/help/anything!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2020 04:04:33 GMT</pubDate>
    <dc:creator>JoelMcKechnie</dc:creator>
    <dc:date>2020-08-18T04:04:33Z</dc:date>
    <item>
      <title>Dynamic join between web csv and hosted feature service, can it be done?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/dynamic-join-between-web-csv-and-hosted-feature/m-p/334510#M16645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to establish an automatically updating join by-attribute between a web-based csv (hosted in my dropbox) and a feature service (hosted in my AGO content). I have the csv in the web map (add data from web) updating every 1 minute (refresh interval setting). I can join this layer to the feature service, but it's static&amp;nbsp;– it's a one of join, and doesn't update.&amp;nbsp;I'm pretty sure this is because you need to select '&lt;EM&gt;Create results as hosted feature layer view&lt;/EM&gt;', which is only possible if you own both layers as hosted feature layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can add the csv as a hosted feature service to my AGO content, but this creates a copy which is not related to the dropbox version, and therefore isn't automatically updated. Maybe I could write a python script to download the dropbox version of the csv&amp;nbsp;to then update the AGO version... but this would definitely be a stretch for my skills. Also,&amp;nbsp;the&amp;nbsp;csv&amp;nbsp;should ultimately be hosted outside of my AGO content, as I will not be the owner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before I go down that route,&amp;nbsp;I'm reaching out here for solutions/advice/help/anything!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 04:04:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/dynamic-join-between-web-csv-and-hosted-feature/m-p/334510#M16645</guid>
      <dc:creator>JoelMcKechnie</dc:creator>
      <dc:date>2020-08-18T04:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic join between web csv and hosted feature service, can it be done?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/dynamic-join-between-web-csv-and-hosted-feature/m-p/1087402#M41659</link>
      <description>&lt;P&gt;I'm stuck in a similar situation and there doesn't seem to be a solution to do this at the moment.&lt;/P&gt;&lt;P&gt;Once you add the csv to AGOL as a hosted layer (from dropbox, etc.), there is a update function you can use to periodically update the table from the web-hosted site where it is located (ie. dropbox) - which is great. However when you then join this table to another feature and create a view, the table loses the update functionality.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/216900"&gt;@JoelMcKechnie&lt;/a&gt;&amp;nbsp;have you found any workaround to your situation?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 09:45:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/dynamic-join-between-web-csv-and-hosted-feature/m-p/1087402#M41659</guid>
      <dc:creator>ReinhardtBotha</dc:creator>
      <dc:date>2021-08-10T09:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic join between web csv and hosted feature service, can it be done?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/dynamic-join-between-web-csv-and-hosted-feature/m-p/1087702#M41669</link>
      <description>&lt;P&gt;I ended up creating a python script to download the data and republish daily. Not totally satisfied with this solution as it requires additional steps and my PC is now acting as a server.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 21:51:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/dynamic-join-between-web-csv-and-hosted-feature/m-p/1087702#M41669</guid>
      <dc:creator>JoelMcKechnie</dc:creator>
      <dc:date>2021-08-10T21:51:04Z</dc:date>
    </item>
  </channel>
</rss>

