<?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: TableToExcel_conversion gives &amp;quot;Dataset does not exist&amp;quot; error in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/tabletoexcel-conversion-gives-quot-dataset-does/m-p/616642#M34798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you see the code example in &lt;A href="http://desktop.arcgis.com/en/desktop/latest/analyze/arcpy-functions/listtables.htm" title="http://desktop.arcgis.com/en/desktop/latest/analyze/arcpy-functions/listtables.htm"&gt;ListTables—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;This is what you want to ensure...set your workspace (ie a folder or a geodatabase), get a list of the files and them provide an appropriate filename and path using &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/conversion-toolbox/table-to-excel.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/conversion-toolbox/table-to-excel.htm"&gt;Table To Excel—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;If you set the environment to a folder (ie c:/data/subfolder/ ) the List tables will read the files there.&amp;nbsp; If you just want to dump the excel files to there, then your task is simple.&amp;nbsp; If you want to get fancy and increase your complexity, you can change output folder, walk through a folder tree etc.&amp;nbsp; Just weigh the cost of developing such a script versus getting everything in one place then processing using a simple folder/data structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Nov 2015 01:17:33 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2015-11-30T01:17:33Z</dc:date>
    <item>
      <title>TableToExcel_conversion gives "Dataset does not exist" error</title>
      <link>https://community.esri.com/t5/data-management-questions/tabletoexcel-conversion-gives-quot-dataset-does/m-p/616641#M34797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say TableToExcel_conversion is kind of poorly documented. While the &lt;STRONG&gt;conversion toolbox&lt;/STRONG&gt; allows me to manually convert [attribute tables] of a layer in my active data frame to an excel file, the documentation gives two example for which the input argument is a feature in a gdb. What I'm doing is listing all layers in my desired data frame, and calling this function on each of these layers, which is giving me the error "&lt;EM&gt;Dataset ... does not exist or is not supported&lt;/EM&gt;". Note that, I can manually convert my layers to excel files using the conversion toolbox but don't want to because there's a slew of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Nov 2015 22:59:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/tabletoexcel-conversion-gives-quot-dataset-does/m-p/616641#M34797</guid>
      <dc:creator>MarcelAfif</dc:creator>
      <dc:date>2015-11-29T22:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: TableToExcel_conversion gives "Dataset does not exist" error</title>
      <link>https://community.esri.com/t5/data-management-questions/tabletoexcel-conversion-gives-quot-dataset-does/m-p/616642#M34798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you see the code example in &lt;A href="http://desktop.arcgis.com/en/desktop/latest/analyze/arcpy-functions/listtables.htm" title="http://desktop.arcgis.com/en/desktop/latest/analyze/arcpy-functions/listtables.htm"&gt;ListTables—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;This is what you want to ensure...set your workspace (ie a folder or a geodatabase), get a list of the files and them provide an appropriate filename and path using &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/conversion-toolbox/table-to-excel.htm" title="http://desktop.arcgis.com/en/desktop/latest/tools/conversion-toolbox/table-to-excel.htm"&gt;Table To Excel—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;If you set the environment to a folder (ie c:/data/subfolder/ ) the List tables will read the files there.&amp;nbsp; If you just want to dump the excel files to there, then your task is simple.&amp;nbsp; If you want to get fancy and increase your complexity, you can change output folder, walk through a folder tree etc.&amp;nbsp; Just weigh the cost of developing such a script versus getting everything in one place then processing using a simple folder/data structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 01:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/tabletoexcel-conversion-gives-quot-dataset-does/m-p/616642#M34798</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-11-30T01:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: TableToExcel_conversion gives "Dataset does not exist" error</title>
      <link>https://community.esri.com/t5/data-management-questions/tabletoexcel-conversion-gives-quot-dataset-does/m-p/616643#M34799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually successfully converted .&lt;EM&gt;lyr&lt;/EM&gt; files to excel files using the approach use just described, though after some researching. But what I'm looking for is how to convert layers as they appear in the Table of Contents in ArcMap, something I could do manually by using the to-excel conversion dialog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 15:07:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/tabletoexcel-conversion-gives-quot-dataset-does/m-p/616643#M34799</guid>
      <dc:creator>MarcelAfif</dc:creator>
      <dc:date>2015-11-30T15:07:08Z</dc:date>
    </item>
  </channel>
</rss>

