<?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: Python command to open attribute table in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505514#M39769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, it works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Bill. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2015 06:52:33 GMT</pubDate>
    <dc:creator>SiyangTeo</dc:creator>
    <dc:date>2015-06-19T06:52:33Z</dc:date>
    <item>
      <title>Python command to open table</title>
      <link>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505510#M39765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a model that runs a data check with an output table listing the number errors it found. I am wondering if I can complete the the model with a python statement that calls it to open the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I can just right click and open the attribute table in ArcMap, but I just thought it will be cool to have a really complete model from start to end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using 10.2.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 05:51:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505510#M39765</guid>
      <dc:creator>SiyangTeo</dc:creator>
      <dc:date>2015-06-18T05:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to open attribute table</title>
      <link>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505511#M39766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe arcpy.mapping provides this capability.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.google.com/?gws_rd=ssl#q=arcpy.mapping+open+table"&gt;https://www.google.com/?gws_rd=ssl#q=arcpy.mapping+open+table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 12:32:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505511#M39766</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2015-06-18T12:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to open attribute table</title>
      <link>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505512#M39767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it need to open it in ArcMap?&amp;nbsp; Depending on the format of the table, you open it to another program...&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;from subprocess import Popen
Popen(pathToOutputTable, shell=True)&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:10:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505512#M39767</guid>
      <dc:creator>BillDaigle</dc:creator>
      <dc:date>2021-12-11T22:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to open attribute table</title>
      <link>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505513#M39768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks James, for pointing out to this module. I still have an elementary knowledge of Python usage so this is helpful. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 01:05:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505513#M39768</guid>
      <dc:creator>SiyangTeo</dc:creator>
      <dc:date>2015-06-19T01:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to open attribute table</title>
      <link>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505514#M39769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, it works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Bill. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 06:52:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505514#M39769</guid>
      <dc:creator>SiyangTeo</dc:creator>
      <dc:date>2015-06-19T06:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to open attribute table</title>
      <link>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505515#M39770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This opens an attribute table in ArcGIS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 13:47:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505515#M39770</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2015-06-19T13:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to open attribute table</title>
      <link>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505516#M39771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not in arcmap...but you can open arcmap...soooo if you coincidently had a project with a table open AND you ran that it would open the project that you direct it to.&amp;nbsp; You can open any-ish file IF it has a pre-designated file association...you don't need to know the path to the *.exe.&amp;nbsp; Give it a whirl...limited use and be careful on how you use it with reading the documentation at the python site&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 13:51:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505516#M39771</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-06-19T13:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to open attribute table</title>
      <link>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505517#M39772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I did was to changed my model to output as a shapefile instead of a feature class, and then use that function to open the .dbf table in Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 13:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505517#M39772</guid>
      <dc:creator>SiyangTeo</dc:creator>
      <dc:date>2015-06-19T13:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to open attribute table</title>
      <link>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505518#M39773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I read your OP that you were asking how to open an attribute table in ArcGIS but I can see how you simply used that as an example ("right-click to open the table in ArcMap"). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a number of options.&amp;nbsp; One is to convert your table to a numpy array with arcpy.da.TableToNumPyArray() and then save the numpy array to a .csv file.&amp;nbsp; I'd prefer this option over working with .dbf's.&amp;nbsp; Then issue Bills approach to open that file directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//018w00000018000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//018w00000018000000"&gt;ArcGIS Help 10.1&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 14:26:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505518#M39773</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2015-06-19T14:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to open attribute table</title>
      <link>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505519#M39774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I usually work with csv's as well.&amp;nbsp; No reason to create a shape file if you don't need to.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 14:29:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-command-to-open-table/m-p/505519#M39774</guid>
      <dc:creator>BillDaigle</dc:creator>
      <dc:date>2015-06-19T14:29:43Z</dc:date>
    </item>
  </channel>
</rss>

