<?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: what arcpy function does Data/Export Data correspond to? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/what-arcpy-function-does-data-export-data/m-p/557864#M43615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joshua, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is MUCH FASTER! It just took seconds to export the file, about the same as using Export Data. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just curious why CopyFeatures and featureClassToFeatureClass would be that slow... But thanks a lot and appreciate it! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jian &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello Jian,&lt;BR /&gt;&lt;BR /&gt;I think you can use &lt;SPAN style="font-style:italic;"&gt;arcpy.Select_analysis&lt;/SPAN&gt; the same as &lt;SPAN style="font-style:italic;"&gt;arcpy.FeatureClassToFeatureClass_conversion&lt;/SPAN&gt; and &lt;SPAN style="font-style:italic;"&gt;arcpy.CopyFeatures_management&lt;/SPAN&gt;. Just don't specify a where statement and it will export all records in the input feature layer.&lt;BR /&gt;&lt;BR /&gt;I don't think it would be any faster than &lt;SPAN style="font-style:italic;"&gt;arcpy.FeatureClassToFeatureClass_conversion&lt;/SPAN&gt; or &lt;SPAN style="font-style:italic;"&gt;arcpy.CopyFeatures_management&lt;/SPAN&gt;, but it might be worth a try.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2014 20:02:14 GMT</pubDate>
    <dc:creator>JianLiu</dc:creator>
    <dc:date>2014-04-30T20:02:14Z</dc:date>
    <item>
      <title>what arcpy function does Data/Export Data correspond to?</title>
      <link>https://community.esri.com/t5/python-questions/what-arcpy-function-does-data-export-data/m-p/557860#M43611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to export an xyEvent layer to a shapefile. It is a big file with about 59000 records. When I used the context-sensitive menu/Data/Export Data option in ArcMap, the export took only a few seconds. However, when I try to implement it in Arcpy, it doesn't seem that I can find the right function that can perform this fast. I've tried &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.FeatureClassToFeatureClass_conversion and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.CopyFeatures_management&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Each one takes minutes to finish. Is there another function I should use? I am using 10.1. Thanks people!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 17:24:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-arcpy-function-does-data-export-data/m-p/557860#M43611</guid>
      <dc:creator>JianLiu</dc:creator>
      <dc:date>2014-04-30T17:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: what arcpy function does Data/Export Data correspond to?</title>
      <link>https://community.esri.com/t5/python-questions/what-arcpy-function-does-data-export-data/m-p/557861#M43612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure if it will be faster, but you can try &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//000800000005000000"&gt;Select Analysis&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 18:13:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-arcpy-function-does-data-export-data/m-p/557861#M43612</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2014-04-30T18:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: what arcpy function does Data/Export Data correspond to?</title>
      <link>https://community.esri.com/t5/python-questions/what-arcpy-function-does-data-export-data/m-p/557862#M43613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joshua, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for the reply! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I don't see how Select Analysis will help me to do the export faster? I want to export all the features.... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 18:26:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-arcpy-function-does-data-export-data/m-p/557862#M43613</guid>
      <dc:creator>JianLiu</dc:creator>
      <dc:date>2014-04-30T18:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: what arcpy function does Data/Export Data correspond to?</title>
      <link>https://community.esri.com/t5/python-questions/what-arcpy-function-does-data-export-data/m-p/557863#M43614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Jian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you can use &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;arcpy.Select_analysis&lt;/SPAN&gt;&lt;SPAN&gt; the same as &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;arcpy.FeatureClassToFeatureClass_conversion&lt;/SPAN&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;arcpy.CopyFeatures_management&lt;/SPAN&gt;&lt;SPAN&gt;. Just don't specify a where statement and it will export all records in the input feature layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think it would be any faster than &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;arcpy.FeatureClassToFeatureClass_conversion&lt;/SPAN&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;arcpy.CopyFeatures_management&lt;/SPAN&gt;&lt;SPAN&gt;, but it might be worth a try.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 18:46:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-arcpy-function-does-data-export-data/m-p/557863#M43614</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2014-04-30T18:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: what arcpy function does Data/Export Data correspond to?</title>
      <link>https://community.esri.com/t5/python-questions/what-arcpy-function-does-data-export-data/m-p/557864#M43615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joshua, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is MUCH FASTER! It just took seconds to export the file, about the same as using Export Data. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just curious why CopyFeatures and featureClassToFeatureClass would be that slow... But thanks a lot and appreciate it! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jian &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello Jian,&lt;BR /&gt;&lt;BR /&gt;I think you can use &lt;SPAN style="font-style:italic;"&gt;arcpy.Select_analysis&lt;/SPAN&gt; the same as &lt;SPAN style="font-style:italic;"&gt;arcpy.FeatureClassToFeatureClass_conversion&lt;/SPAN&gt; and &lt;SPAN style="font-style:italic;"&gt;arcpy.CopyFeatures_management&lt;/SPAN&gt;. Just don't specify a where statement and it will export all records in the input feature layer.&lt;BR /&gt;&lt;BR /&gt;I don't think it would be any faster than &lt;SPAN style="font-style:italic;"&gt;arcpy.FeatureClassToFeatureClass_conversion&lt;/SPAN&gt; or &lt;SPAN style="font-style:italic;"&gt;arcpy.CopyFeatures_management&lt;/SPAN&gt;, but it might be worth a try.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 20:02:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-arcpy-function-does-data-export-data/m-p/557864#M43615</guid>
      <dc:creator>JianLiu</dc:creator>
      <dc:date>2014-04-30T20:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: what arcpy function does Data/Export Data correspond to?</title>
      <link>https://community.esri.com/t5/python-questions/what-arcpy-function-does-data-export-data/m-p/557865#M43616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Awesome! I'm happy it worked out! Just make sure all your records are coming through.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not exactly sure why it would be that much faster. I know SQL can be very fast, maybe it doesn't have to go through ArcObjects or something...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 20:30:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-arcpy-function-does-data-export-data/m-p/557865#M43616</guid>
      <dc:creator>JoshuaChisholm</dc:creator>
      <dc:date>2014-04-30T20:30:50Z</dc:date>
    </item>
  </channel>
</rss>

