<?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: Geopoint location is off when using pulldata from csv in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-location-is-off-when-using-pulldata-from/m-p/1552462#M59796</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/818319"&gt;@RoseSimancasM&lt;/a&gt;&amp;nbsp;for responding!&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is actually the buildings I needed. I fixed the issue (forgot to update the post).&lt;/P&gt;&lt;P&gt;The issue was in geoprocessing to begin with. I missed the fact that I had the "Preferred Location Type" on "Routing" instead of "Address Location".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
    <pubDate>Fri, 25 Oct 2024 17:35:09 GMT</pubDate>
    <dc:creator>RishV-B</dc:creator>
    <dc:date>2024-10-25T17:35:09Z</dc:date>
    <item>
      <title>Geopoint location is off when using pulldata from csv</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-location-is-off-when-using-pulldata-from/m-p/1544564#M59445</link>
      <description>&lt;P&gt;I am using .csv to pull data for multiple fields, including geopoint.&amp;nbsp;&lt;BR /&gt;The problem is, when I pull lat/long for goepoint, it's plotting the point along the street and not on the building, as the original feature point.&lt;BR /&gt;It wouldn't be a problem if I didn't already have a feature with multiple records for each point and they're all geocoded to the correct address buildings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found a great post by &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2929"&gt;@IsmaelChivite&lt;/a&gt;&amp;nbsp;(&lt;SPAN&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/pulling-data-from-geopoint-questions/ba-p/896838" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/pulling-data-from-geopoint-questions/ba-p/896838&lt;/A&gt;) &lt;/SPAN&gt;about it, but I am not sure how to fit it into what I have with .csv pulldata. If it will help, that is.&lt;/P&gt;&lt;P&gt;Here is what I have in calculation field.&lt;/P&gt;&lt;TABLE border="1" width="99.87325728770595%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="99.87325728770595%" height="25px"&gt;pulldata('FacilityList', 'address', 'name', ${establishment})&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="99.87325728770595%" height="25px"&gt;pulldata('FacilityList', 'city', 'name', ${establishment})&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="99.87325728770595%" height="25px"&gt;pulldata('FacilityList', 'zip', 'name', ${establishment})&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="99.87325728770595%" height="25px"&gt;pulldata('FacilityList','Y', 'name', ${establishment})&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="99.87325728770595%" height="25px"&gt;pulldata('FacilityList','X', 'name', ${establishment})&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="99.87325728770595%" height="25px"&gt;concat(number(${lat}),' ', number(${long}))&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Appreciate any suggestion!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 20:54:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-location-is-off-when-using-pulldata-from/m-p/1544564#M59445</guid>
      <dc:creator>RishV-B</dc:creator>
      <dc:date>2024-10-01T20:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Geopoint location is off when using pulldata from csv</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-location-is-off-when-using-pulldata-from/m-p/1548119#M59623</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/724279"&gt;@RishV-B&lt;/a&gt;&amp;nbsp;, From my understanding, you are having a problem pulling data from the Geopoint. It seems that every time you want to retrieve data, you’re getting information from a structured location, such as a house or building, but you would like to pull data like the street name instead of the structure data. Could you please confirm this?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 17:02:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-location-is-off-when-using-pulldata-from/m-p/1548119#M59623</guid>
      <dc:creator>RoseSimancasM</dc:creator>
      <dc:date>2024-10-11T17:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Geopoint location is off when using pulldata from csv</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-location-is-off-when-using-pulldata-from/m-p/1552462#M59796</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/818319"&gt;@RoseSimancasM&lt;/a&gt;&amp;nbsp;for responding!&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is actually the buildings I needed. I fixed the issue (forgot to update the post).&lt;/P&gt;&lt;P&gt;The issue was in geoprocessing to begin with. I missed the fact that I had the "Preferred Location Type" on "Routing" instead of "Address Location".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 17:35:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-location-is-off-when-using-pulldata-from/m-p/1552462#M59796</guid>
      <dc:creator>RishV-B</dc:creator>
      <dc:date>2024-10-25T17:35:09Z</dc:date>
    </item>
  </channel>
</rss>

