<?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: Export Domains to spreadsheet in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/export-domains-to-spreadsheet/m-p/670818#M38049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Does anyone know a tool that will help me export all tools to a table/spreadsheet? (for Arc10)&lt;BR /&gt;&lt;BR /&gt;I used to use Geodatabase Reporter, but there is not a version for Arc10.&amp;nbsp; The domain-to-table works well enough for a single table, but not really for a gdb w/ 250 domains in it...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcPy Describe properties include a Python list of domains for any workspace which you could loop through the Domain to Table GP tool and make your tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Dec 2010 19:26:56 GMT</pubDate>
    <dc:creator>BruceHarold</dc:creator>
    <dc:date>2010-12-01T19:26:56Z</dc:date>
    <item>
      <title>Export Domains to spreadsheet</title>
      <link>https://community.esri.com/t5/data-management-questions/export-domains-to-spreadsheet/m-p/670816#M38047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know a tool that will help me export all tools to a table/spreadsheet? (for Arc10)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used to use Geodatabase Reporter, but there is not a version for Arc10.&amp;nbsp; The domain-to-table works well enough for a single table, but not really for a gdb w/ 250 domains in it...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 16:29:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-domains-to-spreadsheet/m-p/670816#M38047</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-11-24T16:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Export Domains to spreadsheet</title>
      <link>https://community.esri.com/t5/data-management-questions/export-domains-to-spreadsheet/m-p/670817#M38048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not aware of any tools but I do know that they are now stored in xml for you to grab and parse yourself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for oracle:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;range domains:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT name,definition FROM SDE.GDB_ITEMS_VW&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where type='{C29DA988-8C3E-45F7-8B5C-18E51EE7BEB4}';&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;coded value domains:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT NAME,DEFINITION FROM SDE.GDB_ITEMS_VW&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where type='{8C368B12-A12E-4C7E-9638-C9C64E69E98F}';&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may need to use sqldeveloper or some other tool that can display the xml for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 13:52:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-domains-to-spreadsheet/m-p/670817#M38048</guid>
      <dc:creator>anthonysanchez</dc:creator>
      <dc:date>2010-11-30T13:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Export Domains to spreadsheet</title>
      <link>https://community.esri.com/t5/data-management-questions/export-domains-to-spreadsheet/m-p/670818#M38049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Does anyone know a tool that will help me export all tools to a table/spreadsheet? (for Arc10)&lt;BR /&gt;&lt;BR /&gt;I used to use Geodatabase Reporter, but there is not a version for Arc10.&amp;nbsp; The domain-to-table works well enough for a single table, but not really for a gdb w/ 250 domains in it...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcPy Describe properties include a Python list of domains for any workspace which you could loop through the Domain to Table GP tool and make your tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Dec 2010 19:26:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/export-domains-to-spreadsheet/m-p/670818#M38049</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2010-12-01T19:26:56Z</dc:date>
    </item>
  </channel>
</rss>

