<?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: Need help about connection in ArcCatalog in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/need-help-about-connection-in-arccatalog/m-p/824038#M3891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As your XY data is contained in the excel sheet, you will need to replace the data in your ArcMap system each time you want to work with the data. This can be completed manually using the AddXY data, script this using &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/modelbuilder/a-quick-tour-of-modelbuilder.htm"&gt;Model Builder&lt;/A&gt; or using a scripting language such as Python.&amp;nbsp; You could run a model on demand in ArcGIS to delete the current data and replace it with the info contained in the excel sheet.&amp;nbsp; The advantage of using Python is you can schedule this to run at specified intervals or on demand unattended.&amp;nbsp; Here is an example of a python script for &lt;A _jive_internal="true" href="https://community.esri.com/thread/188112-is-there-a-python-script-for-xy-spreadsheet-to-geodatabase"&gt;XY spreadsheet to geodatabase&lt;/A&gt; using python.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will also need to delete or truncate the previously copied data in your system prior to replacing it with the new data. Overwriting can be allowed in python using the&amp;nbsp;&lt;SPAN style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;arcpy.env.overwriteOutput = True in your script or you can just delete the feature.&amp;nbsp; I would also recommend working with a CSV file rather than an XLS or XLSX file.&amp;nbsp; Excel files can be temperamental. One other caveat, mind your coordinate systems and make sure the coordinate system in your excel data matches what you are working with in your ArcGIS system.&amp;nbsp; You may need to perform a transformation as part of your import workflow.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2019 12:16:12 GMT</pubDate>
    <dc:creator>LanceCole</dc:creator>
    <dc:date>2019-06-25T12:16:12Z</dc:date>
    <item>
      <title>Need help about connection in ArcCatalog</title>
      <link>https://community.esri.com/t5/geodatabase-questions/need-help-about-connection-in-arccatalog/m-p/824035#M3888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hello,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I need to connect an excel sheet exist in a SQL server &amp;amp; this excel sheet is refreshable "update its data per day or per hour"&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How Can I connect this excel sheet in ArcMap and continuation see the refreshable data and display it in ArcMap as a feature class and perform the required analysis?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jun 2019 07:19:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/need-help-about-connection-in-arccatalog/m-p/824035#M3888</guid>
      <dc:creator>LearningAlaa</dc:creator>
      <dc:date>2019-06-22T07:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help about connection in ArcCatalog</title>
      <link>https://community.esri.com/t5/geodatabase-questions/need-help-about-connection-in-arccatalog/m-p/824036#M3889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add the excel sheet to ArcMap please see &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/adding-a-microsoft-excel-table-to-arcmap.htm"&gt;Adding a Microsoft Excel table to ArcMap&lt;/A&gt;.&amp;nbsp; This will appear under the List by Source tab of your table of contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display this in ArcMap either the excel sheet has to have X, Y and Z (if needed) data or it need to have a common index to link the data to other features.&amp;nbsp; I am assuming the excel sheet has the coordinate data you can use &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/adding-x-y-coordinate-data-as-a-layer.htm"&gt;Adding x,y coordinate data as a layer&lt;/A&gt;.&amp;nbsp; This data will now display in your ArcMap session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As to what else you are trying to do, it is a little ambiguous and you would need to clarify your request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jun 2019 02:01:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/need-help-about-connection-in-arccatalog/m-p/824036#M3889</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-06-23T02:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need help about connection in ArcCatalog</title>
      <link>https://community.esri.com/t5/geodatabase-questions/need-help-about-connection-in-arccatalog/m-p/824037#M3890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response, my request is that I want to Add an Excel sheet have XY coordinates and multiple fields into the ArcMap system but this Excel sheet is refreshable ( means there is increasing in records for every day) I want this update in the excel sheet to appear in ArcMap directly, how to link this to automatically appear if any point where added to the excel sheet ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 05:08:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/need-help-about-connection-in-arccatalog/m-p/824037#M3890</guid>
      <dc:creator>LearningAlaa</dc:creator>
      <dc:date>2019-06-25T05:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help about connection in ArcCatalog</title>
      <link>https://community.esri.com/t5/geodatabase-questions/need-help-about-connection-in-arccatalog/m-p/824038#M3891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As your XY data is contained in the excel sheet, you will need to replace the data in your ArcMap system each time you want to work with the data. This can be completed manually using the AddXY data, script this using &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/modelbuilder/a-quick-tour-of-modelbuilder.htm"&gt;Model Builder&lt;/A&gt; or using a scripting language such as Python.&amp;nbsp; You could run a model on demand in ArcGIS to delete the current data and replace it with the info contained in the excel sheet.&amp;nbsp; The advantage of using Python is you can schedule this to run at specified intervals or on demand unattended.&amp;nbsp; Here is an example of a python script for &lt;A _jive_internal="true" href="https://community.esri.com/thread/188112-is-there-a-python-script-for-xy-spreadsheet-to-geodatabase"&gt;XY spreadsheet to geodatabase&lt;/A&gt; using python.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will also need to delete or truncate the previously copied data in your system prior to replacing it with the new data. Overwriting can be allowed in python using the&amp;nbsp;&lt;SPAN style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;arcpy.env.overwriteOutput = True in your script or you can just delete the feature.&amp;nbsp; I would also recommend working with a CSV file rather than an XLS or XLSX file.&amp;nbsp; Excel files can be temperamental. One other caveat, mind your coordinate systems and make sure the coordinate system in your excel data matches what you are working with in your ArcGIS system.&amp;nbsp; You may need to perform a transformation as part of your import workflow.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 12:16:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/need-help-about-connection-in-arccatalog/m-p/824038#M3891</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2019-06-25T12:16:12Z</dc:date>
    </item>
  </channel>
</rss>

