<?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 you add a field to a table view? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/can-you-add-a-field-to-a-table-view/m-p/258103#M19865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ah yeah.. excel... that beast we love to hate..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2012 10:40:16 GMT</pubDate>
    <dc:creator>ChristopherThompson</dc:creator>
    <dc:date>2012-10-10T10:40:16Z</dc:date>
    <item>
      <title>Can you add a field to a table view?</title>
      <link>https://community.esri.com/t5/python-questions/can-you-add-a-field-to-a-table-view/m-p/258099#M19861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The documentation for the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000047000000" rel="nofollow"&gt;AddField_management&lt;/A&gt;&lt;SPAN&gt; tool implies that it will accept a Table View as an input data type. Whenever I try to add a field to a Table View however I get the message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;"ERROR 000499: table is not editable Failed to execute (AddField)."&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 09:27:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-you-add-a-field-to-a-table-view/m-p/258099#M19861</guid>
      <dc:creator>KarlWilson</dc:creator>
      <dc:date>2012-10-09T09:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can you add a field to a table view?</title>
      <link>https://community.esri.com/t5/python-questions/can-you-add-a-field-to-a-table-view/m-p/258100#M19862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the source of the table? If its an SDE table maybe the connection string you are using doesn't allow for editing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 14:59:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-you-add-a-field-to-a-table-view/m-p/258100#M19862</guid>
      <dc:creator>ChristopherThompson</dc:creator>
      <dc:date>2012-10-09T14:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can you add a field to a table view?</title>
      <link>https://community.esri.com/t5/python-questions/can-you-add-a-field-to-a-table-view/m-p/258101#M19863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's an excel spreadsheet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess the table view is just that then, a view of the data. I had conceived it more as an "in-memory" copy, and therefore editable.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 06:02:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-you-add-a-field-to-a-table-view/m-p/258101#M19863</guid>
      <dc:creator>KarlWilson</dc:creator>
      <dc:date>2012-10-10T06:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can you add a field to a table view?</title>
      <link>https://community.esri.com/t5/python-questions/can-you-add-a-field-to-a-table-view/m-p/258102#M19864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can't edit connected Excel spreadsheet, the same as it's not possible to edit XY Event Layer table of attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But you can use Copy Rows to copy the spreadsheet content into in_memory workspace (Output table = in_memory\worksheet_table). Then you can add fields to this temporary table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 08:04:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-you-add-a-field-to-a-table-view/m-p/258102#M19864</guid>
      <dc:creator>MarcinGasior</dc:creator>
      <dc:date>2012-10-10T08:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can you add a field to a table view?</title>
      <link>https://community.esri.com/t5/python-questions/can-you-add-a-field-to-a-table-view/m-p/258103#M19865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ah yeah.. excel... that beast we love to hate..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 10:40:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-you-add-a-field-to-a-table-view/m-p/258103#M19865</guid>
      <dc:creator>ChristopherThompson</dc:creator>
      <dc:date>2012-10-10T10:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can you add a field to a table view?</title>
      <link>https://community.esri.com/t5/python-questions/can-you-add-a-field-to-a-table-view/m-p/258104#M19866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can edit an Excel spreadsheet, but it will have to be done with another Py lib that is capable of such a thing.&amp;nbsp; A quick search on Stackexchange turns up a lot of solutions, maybe have a look at &lt;/SPAN&gt;&lt;A href="http://pypi.python.org/pypi/xlrd"&gt;http://pypi.python.org/pypi/xlrd&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just fyi: I have had a lot of success implementing additional libaries like this.&amp;nbsp; cx_Oracle python lib has been a great tool to integrate non-spatial data that is maintained in our Oracle database(s)!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 10:47:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/can-you-add-a-field-to-a-table-view/m-p/258104#M19866</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2012-10-10T10:47:40Z</dc:date>
    </item>
  </channel>
</rss>

