<?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: Survey 123 Photo question. in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-photo-question/m-p/1127912#M39383</link>
    <description>&lt;P&gt;Assuming&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the hosted feature layer is your point of truth and has the attachments&lt;/LI&gt;&lt;LI&gt;there are calculations and changes want to make in Excel&lt;/LI&gt;&lt;LI&gt;you have a PK in your data (like a GUID)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can skip the FGDB download entirely and:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;in Pro run &lt;STRONG&gt;Table to Excel&lt;/STRONG&gt; using the &lt;U&gt;hosted&lt;/U&gt; layer&lt;/LI&gt;&lt;LI&gt;edit the XLSX as required - noting which records or fields you modified (optional)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Add Join&lt;/STRONG&gt; it back to the hosted feature layer on your primary key&lt;/LI&gt;&lt;LI&gt;update hosted data using selections and &lt;STRONG&gt;Calculate Field&lt;/STRONG&gt; to suit your requirements&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can do the lot either as point 'n click or in python.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Dec 2021 03:15:10 GMT</pubDate>
    <dc:creator>MicZatorsky_AEC</dc:creator>
    <dc:date>2021-12-21T03:15:10Z</dc:date>
    <item>
      <title>Survey 123 Photo question.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-photo-question/m-p/1126341#M39284</link>
      <description>&lt;P&gt;Hello all, I have been collecting a lot of data using survey123. Part of my data collection includes photos specific to each point I'm collecting. Moving forward I have exported the dataset and opened it within ArcGIS Pro in order to work with it further. I'd like to export the data as a table and make some changes in Excel and then work with it again in Pro.&lt;/P&gt;&lt;P&gt;However, I want to maintain the connection to the photos that I took, so that we I upload the data onto ArcGIS Online I have the updated table data that I modify in excel and the photos attached to each field as they were originally. I have spent a little time trying to figure this out but can't quite figure out the correct path to do this.&lt;/P&gt;&lt;P&gt;Any help would be much appreciated. Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 17:34:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-photo-question/m-p/1126341#M39284</guid>
      <dc:creator>RyanPiper</dc:creator>
      <dc:date>2021-12-15T17:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Photo question.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-photo-question/m-p/1127017#M39329</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/148402"&gt;@RyanPiper&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;This can be accomplished using the ArcGIS API for Python, you can use the &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html?#arcgis.gis.Item.export" target="_self"&gt;export method&lt;/A&gt; to export your feature service as an Excel table. When it's exported you can then download the attachments using the sample &lt;A href="https://community.esri.com/t5/arcgis-online-documents/downloading-feature-layer-attachments-via-the/ta-p/916538" target="_self"&gt;Michael Kelly&lt;/A&gt; provides here. From there you can use a module called &lt;A href="https://openpyxl.readthedocs.io/en/stable/" target="_self"&gt;openpyxl&lt;/A&gt;&amp;nbsp;to map the attachment paths to the associated features in the Excel file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 23:53:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-photo-question/m-p/1127017#M39329</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2021-12-16T23:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Survey 123 Photo question.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-photo-question/m-p/1127912#M39383</link>
      <description>&lt;P&gt;Assuming&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the hosted feature layer is your point of truth and has the attachments&lt;/LI&gt;&lt;LI&gt;there are calculations and changes want to make in Excel&lt;/LI&gt;&lt;LI&gt;you have a PK in your data (like a GUID)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can skip the FGDB download entirely and:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;in Pro run &lt;STRONG&gt;Table to Excel&lt;/STRONG&gt; using the &lt;U&gt;hosted&lt;/U&gt; layer&lt;/LI&gt;&lt;LI&gt;edit the XLSX as required - noting which records or fields you modified (optional)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Add Join&lt;/STRONG&gt; it back to the hosted feature layer on your primary key&lt;/LI&gt;&lt;LI&gt;update hosted data using selections and &lt;STRONG&gt;Calculate Field&lt;/STRONG&gt; to suit your requirements&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can do the lot either as point 'n click or in python.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 03:15:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey-123-photo-question/m-p/1127912#M39383</guid>
      <dc:creator>MicZatorsky_AEC</dc:creator>
      <dc:date>2021-12-21T03:15:10Z</dc:date>
    </item>
  </channel>
</rss>

