<?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: Can I use a spatial view to read excel data? in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/can-i-use-a-spatial-view-to-read-excel-data/m-p/774352#M1178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adrien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend developing an ETL script (Python, or other) that would regularly update tables in your database from your excel files. &amp;nbsp;I would include some value checks for fields to make sure the excel files do not include unsupported characters. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the script every day or weekly, or whatever interval you desire. &amp;nbsp;That way you can then interact with your data in the database, and utilize any combination of views, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Mar 2017 13:02:32 GMT</pubDate>
    <dc:creator>AlexanderBrown5</dc:creator>
    <dc:date>2017-03-28T13:02:32Z</dc:date>
    <item>
      <title>Can I use a spatial view to read excel data?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/can-i-use-a-spatial-view-to-read-excel-data/m-p/774351#M1177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three separate Excel tables that I'm interested in joining/bringing into an SDE spatial view so that the data in the tables can be opened/viewed by all at the same time. &amp;nbsp;I'm wanting the data to update dynamically from the Excel tables, which is why I'm interested in using a spatial view. &amp;nbsp;I have three questions: 1) &amp;nbsp;Can a spatial view read non-SDE data (such as Excel tables saved on a network drive) 2) &amp;nbsp;How would I point the spatial join description/query to the location on the network drive if that is possible and 3) Is there a better solution for this altogether? &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 12:58:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/can-i-use-a-spatial-view-to-read-excel-data/m-p/774351#M1177</guid>
      <dc:creator>AdrienHafner</dc:creator>
      <dc:date>2017-03-28T12:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a spatial view to read excel data?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/can-i-use-a-spatial-view-to-read-excel-data/m-p/774352#M1178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adrien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend developing an ETL script (Python, or other) that would regularly update tables in your database from your excel files. &amp;nbsp;I would include some value checks for fields to make sure the excel files do not include unsupported characters. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the script every day or weekly, or whatever interval you desire. &amp;nbsp;That way you can then interact with your data in the database, and utilize any combination of views, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 13:02:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/can-i-use-a-spatial-view-to-read-excel-data/m-p/774352#M1178</guid>
      <dc:creator>AlexanderBrown5</dc:creator>
      <dc:date>2017-03-28T13:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a spatial view to read excel data?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/can-i-use-a-spatial-view-to-read-excel-data/m-p/774353#M1179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply, Alex. &amp;nbsp;That would work - to an extent. &amp;nbsp;We don't have FME server or anything that would handle the automation for us outside of Python (which I don't have time to figure out for this project). &amp;nbsp;We were also hoping for something that was truly dynamic within the GIS (again, why I'm curious about whether the spatial view would work how I've assumed it to work). &amp;nbsp;We would want real-time edits reflected in the SDE view based on the data in the Excel files. &amp;nbsp;Again, I'm not sure if this is possible or not...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 13:28:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/can-i-use-a-spatial-view-to-read-excel-data/m-p/774353#M1179</guid>
      <dc:creator>AdrienHafner</dc:creator>
      <dc:date>2017-03-28T13:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a spatial view to read excel data?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/can-i-use-a-spatial-view-to-read-excel-data/m-p/774354#M1180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) No, a spatial view can only see what SQL can see, which is tables in the database&lt;/P&gt;&lt;P&gt;2) Not possible, but using network drives is a poor solution, even for situations where it is possible.&lt;/P&gt;&lt;P&gt;3) The only solution is to load the data into the database.&amp;nbsp; Note that Excel is &lt;STRONG&gt;not&lt;/STRONG&gt; a database format, and shouldn't be considered one; working with data coming out of Excel requires an awful lot of error handling.&amp;nbsp; Real-time or near-real-time updates based on a flat file are extremely difficult to detect and manifest - a mediocre implementation could take weeks to stabilize, and a robust solution might involve months and custom modifications to the database itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 14:31:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/can-i-use-a-spatial-view-to-read-excel-data/m-p/774354#M1180</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2017-03-28T14:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use a spatial view to read excel data?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/can-i-use-a-spatial-view-to-read-excel-data/m-p/774355#M1181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Vince. &amp;nbsp;I didn't think it was an option, but wanted to be sure. &amp;nbsp; I think we're just going to utilize an SDE versioned non-spatial table to accomplish what we need to and load it with the Excel data to start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And as far as using network drives, I really don't think there's a company that exists that doesn't use them for non-spatial data &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 15:12:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/can-i-use-a-spatial-view-to-read-excel-data/m-p/774355#M1181</guid>
      <dc:creator>AdrienHafner</dc:creator>
      <dc:date>2017-03-28T15:12:41Z</dc:date>
    </item>
  </channel>
</rss>

