<?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: Pro arcpy.mp.Table Sample Code Bugs in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/pro-arcpy-mp-table-sample-code-bugs/m-p/290472#M22505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at the bottom right of the page within the helpfile is a Feedback link .... click on it and reply there ... that will get the real attention of those that deal with the help pages.&amp;nbsp; I can assure you that responding here is a great idea, but you must report it or nothing will be done.&amp;nbsp; The producers of the documentation do not troll GeoNet I can assure you looking for bugs and or enhancement requests.&lt;/P&gt;&lt;P&gt;Kudos on noteing it... but please do report it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2015 02:00:03 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2015-11-06T02:00:03Z</dc:date>
    <item>
      <title>Pro arcpy.mp.Table Sample Code Bugs</title>
      <link>https://community.esri.com/t5/python-questions/pro-arcpy-mp-table-sample-code-bugs/m-p/290471#M22504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;On the ArcGIS Pro documentation page &lt;/SPAN&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/mapping/table.htm" style="line-height: 1.5;" title="http://pro.arcgis.com/en/pro-app/arcpy/mapping/table.htm"&gt;Table—ArcPy | ArcGIS for Desktop&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;the sample code near the bottom contains 2 issues&lt;/P&gt;&lt;P&gt;1/&lt;/P&gt;&lt;P&gt;If you simply copy and paste this line of code to create a table object &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="n" style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;addTab&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="o" style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="n" style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="o" style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n" style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;mp&lt;/SPAN&gt;&lt;SPAN class="o" style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n" style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;Table&lt;/SPAN&gt;&lt;SPAN class="p" style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s" style="color: #a31515; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;r"C:\Projects\YosemiteNP\Data_Vector\YosemiteData.gdb\NHDFCode"&lt;/SPAN&gt;&lt;SPAN class="p" style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and just run it in a script tool, but that file does not exist, Pro will become unresponsive enough to make you to force close the application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2/&lt;/P&gt;&lt;P&gt;This code following above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="n" style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;m&lt;/SPAN&gt;&lt;SPAN class="o" style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n" style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;addTableView&lt;/SPAN&gt;&lt;SPAN class="p" style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="n" style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;addTab&lt;/SPAN&gt;&lt;SPAN class="p" style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does not work. The method in in Pro arcpy.mp is addTable(), not addTableView().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS This is not a question but seems like question-discussion posts gets more attention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 01:54:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pro-arcpy-mp-table-sample-code-bugs/m-p/290471#M22504</guid>
      <dc:creator>DeanChiang</dc:creator>
      <dc:date>2015-11-06T01:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Pro arcpy.mp.Table Sample Code Bugs</title>
      <link>https://community.esri.com/t5/python-questions/pro-arcpy-mp-table-sample-code-bugs/m-p/290472#M22505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at the bottom right of the page within the helpfile is a Feedback link .... click on it and reply there ... that will get the real attention of those that deal with the help pages.&amp;nbsp; I can assure you that responding here is a great idea, but you must report it or nothing will be done.&amp;nbsp; The producers of the documentation do not troll GeoNet I can assure you looking for bugs and or enhancement requests.&lt;/P&gt;&lt;P&gt;Kudos on noteing it... but please do report it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 02:00:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pro-arcpy-mp-table-sample-code-bugs/m-p/290472#M22505</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-11-06T02:00:03Z</dc:date>
    </item>
  </channel>
</rss>

