<?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: Attribute table to CSV in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297891#M17081</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe... I have ascii imports but ascii, do you mean ascii to raster??&amp;nbsp; If it is for tabular data, then use NumPyArrayToTable to bring in tabular data and TableToNumPyArray to go back, And to get the text data into numpy... it has lots of cool tools for importing data into structured and/or recarrays (check my blog, or email me with specifics of format you are working with)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Feb 2018 19:43:05 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-02-20T19:43:05Z</dc:date>
    <item>
      <title>Attribute table to CSV</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297885#M17075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have an attribute table with 5 million rows.&amp;nbsp; I would like to export this to csv.&amp;nbsp; Unfortunately my first tries are not successful.&amp;nbsp; I have tried table to excel and export to txt file &amp;amp; dbf file.&amp;nbsp; From my searches in google and here in the community, I cannot believe that just a csv export will require python or an additional install or a third party software.&amp;nbsp; Am I missing any built in tool?&amp;nbsp;.&amp;nbsp; I would appreciate if you can guide a beginner since I have no idea how to run a python program. Or could give me any guidance how to achieve a CSV from table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ronald&lt;/P&gt;&lt;P&gt;UAE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 17:37:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297885#M17075</guid>
      <dc:creator>RonMan</dc:creator>
      <dc:date>2018-02-20T17:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute table to CSV</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297886#M17076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached what I use. It is a python toolbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 17:57:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297886#M17076</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2018-02-20T17:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute table to CSV</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297887#M17077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Tim, I'll try it tomorrow.&amp;nbsp; I'll see if I can make it work, I have not used any python tool before.&amp;nbsp; I hope it is just an install.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 18:44:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297887#M17077</guid>
      <dc:creator>RonMan</dc:creator>
      <dc:date>2018-02-20T18:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute table to CSV</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297888#M17078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a little more involved. Within the MXD where your data is, open ArcToolbox. Within the toolbox window right click some white space and choose "Add toolbox". NAvigate to the folder where you unzipped the attached file and select the "Excel and CSV Conversion Tools.tbx" toolbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 18:50:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297888#M17078</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2018-02-20T18:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute table to CSV</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297889#M17079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use&amp;nbsp;&lt;STRONG&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.5/tools/spatial-statistics-toolbox/export-feature-attribute-to-ascii.htm" title="http://desktop.arcgis.com/en/arcmap/10.5/tools/spatial-statistics-toolbox/export-feature-attribute-to-ascii.htm"&gt;Export Feature Attribute to ASCII&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;tool to achieve the desired output.&lt;/P&gt;&lt;P&gt;See below snapshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/397047_pastedImage_3.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 19:15:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297889#M17079</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2018-02-20T19:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute table to CSV</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297890#M17080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/62883"&gt;Jayanta Poddar&lt;/A&gt;‌ - just wondering if there is an import from ascii to table tool.&amp;nbsp; I've been searching but haven't come across one.&amp;nbsp; You can add a csv as a data source, and then I guess you can export that as a table.&amp;nbsp; It would be cool to have a utility like in Access that takes it straight in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 19:39:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297890#M17080</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-02-20T19:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute table to CSV</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297891#M17081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe... I have ascii imports but ascii, do you mean ascii to raster??&amp;nbsp; If it is for tabular data, then use NumPyArrayToTable to bring in tabular data and TableToNumPyArray to go back, And to get the text data into numpy... it has lots of cool tools for importing data into structured and/or recarrays (check my blog, or email me with specifics of format you are working with)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 19:43:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297891#M17081</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-20T19:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute table to CSV</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297892#M17082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe,&lt;/P&gt;&lt;P&gt;Are you looking for&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/conversion-toolbox/table-to-table.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/conversion-toolbox/table-to-table.htm"&gt;Table To Table—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;?&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P style="color: #4d4d4d; background-color: #fefefe; font-size: 14px; margin-top: 0em; margin-bottom: 1.71429em;"&gt;This tool supports the following table formats as input:&lt;/P&gt;&lt;UL class="" style="color: #4d4d4d; background-color: #fefefe; font-size: 14px; margin-bottom: 1.875em; padding: 0px 0px 0px 1.25em;"&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;Geodatabase&lt;/LI&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;dBASE (&lt;SPAN class=""&gt;.dbf&lt;/SPAN&gt;)&lt;/LI&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;&lt;STRONG&gt;Comma-separated values (&lt;SPAN class=""&gt;.csv&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;Tab-delimited text (&lt;SPAN class=""&gt;.txt&lt;/SPAN&gt;)&lt;/LI&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;&lt;A class="" href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/tables/understanding-how-to-use-microsoft-excel-files-in-arcgis.htm" style="color: #007ac2; text-decoration: none;"&gt;Microsoft Excel worksheets (.xls or .xlsx)&lt;/A&gt;&lt;/LI&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;INFO&lt;/LI&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;VPF&lt;/LI&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;OLE database&lt;/LI&gt;&lt;LI style="font-size: 0.875rem; padding-left: 1em;"&gt;In-memory table views&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 19:51:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297892#M17082</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2018-02-20T19:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute table to CSV</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297893#M17083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saw the table to table tool listed but didn't notice that it accepts csv or txt files as input.&amp;nbsp;&amp;nbsp;While I avoid txt or csv files as much as I can, sometimes the need arises.&amp;nbsp; I notice the table to table tool doesn't care for pipe ( | ) delimited files which is often times what I get.&amp;nbsp; &amp;nbsp; The Access import wizard is great for those:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/397055_pastedImage_1.png" style="width: 620px; height: 438px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/Dan_Patterson"&gt;Dan_Patterson&lt;/A&gt; -&amp;nbsp; I was just wondering out loud....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 20:11:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297893#M17083</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-02-20T20:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute table to CSV</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297894#M17084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Contents of a table called pipe.txt... totally not fancy could have leading trailing whatever, but your pipes are there&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;a|bc|efgh|ijk&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Anything is possible, including rearranging, alternate dtypes (numbers, text etc)&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;dt &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'A'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;U5'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'B'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;U5'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'C'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;U5'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'D'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;U5'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;# arbitrarily set width and dtype&lt;/SPAN&gt;

txt &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; np&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;loadtxt&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"c:/temp/pipe.txt"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; dtype&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;dt&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; delimiter&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"|"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;# pipes as separator&lt;/SPAN&gt;

txt

array&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'a'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'bc'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'efgh'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'ijk'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dtype&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'A'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;U5'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'B'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;U5'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'C'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;U5'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'D'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;U5'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

txt&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'A'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;# a single slice of a columns&lt;/SPAN&gt;

array&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'a'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dtype&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'&amp;lt;U5'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

txt&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'A'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'C'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'B'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'D'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;# slice column while rearranging&lt;/SPAN&gt;
Out&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;26&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; 
array&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'a'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'efgh'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'bc'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'ijk'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dtype&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'A'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;U5'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'C'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;U5'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'B'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;U5'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'D'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;U5'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:17:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297894#M17084</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T14:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute table to CSV</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297895#M17085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool. (I find myself following along much easier now, which means all your efforts have not been in vain!) Loadtxt can skip rows too I see...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You've seen how ugly those dumps from the mainframe are: trailing spaces as wide as the field is defined.&amp;nbsp; Lots of clean up....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 22:46:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297895#M17085</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-02-20T22:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute table to CSV</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297896#M17086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try exporting it first to a personal geodatabase. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to the database in Access and export it from there as .csv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 14:00:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297896#M17086</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2018-02-21T14:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute table to CSV</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297897#M17087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for suggesting the different methods. All your responses are&amp;nbsp;very informative.&lt;/P&gt;&lt;P&gt;The export feature attributes to ascii was able to export&amp;nbsp;successfully a csv file as&amp;nbsp;big as 11 million records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 17:31:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297897#M17087</guid>
      <dc:creator>RonMan</dc:creator>
      <dc:date>2018-02-21T17:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute table to CSV</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297898#M17088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Hey Ron,&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Glad the "to ascii" worked for you. I will have to try that. I had a table recently with 3.8 million records and was having&amp;nbsp; a heck of a time finding a solution. While the help page from the Table to Table tool mentioned .csv&amp;nbsp;was possible, there weren't any examples that jumped out at me. I forgot where I found it, but it was as simple as adding ".csv" to the file name for my exported table which allowed the Table to Table tool to recognize I wanted CSV and not a DBF.&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Sounds like you found a solution, but wanted to document this here in case someone else is looking for answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 22:54:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297898#M17088</guid>
      <dc:creator>ErinGrimm1</dc:creator>
      <dc:date>2018-02-23T22:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute table to CSV</title>
      <link>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297899#M17089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I believe current Excel and Libre Office Calc can only handle 1,000,000 records. So, they just can't read it. dbf and txt are the next choice from my experience. Good topic, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 08:16:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/attribute-table-to-csv/m-p/297899#M17089</guid>
      <dc:creator>JpersonalLundquist</dc:creator>
      <dc:date>2018-02-26T08:16:03Z</dc:date>
    </item>
  </channel>
</rss>

