<?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: Loop for exporting shapefiles from an existing shapefile in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552856#M43164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry you were completely right about that, and to boot its faster since you aren't setting a variable each time.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 17:15:26 GMT</pubDate>
    <dc:creator>IanMurray</dc:creator>
    <dc:date>2015-03-18T17:15:26Z</dc:date>
    <item>
      <title>Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552844#M43152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;​Hello i have a pnt shp with 50 pnts. I want to export each one of it in a separate shapefile with arcpy writting a loop. My problem is that i want the output name i create to have a different name, e.g. for &lt;SPAN style="text-decoration: underline;"&gt;1st pnt&lt;/SPAN&gt; i want the output layers' name&amp;nbsp; to be &lt;STRONG&gt;pnt1_lyr&lt;/STRONG&gt;, for the &lt;SPAN style="text-decoration: underline;"&gt;2nd point&lt;/SPAN&gt;, &lt;STRONG&gt;pnt2_lyr&lt;/STRONG&gt; etc. I wrote that code but i always have an error. Can someone correct me;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import arcpy&lt;/P&gt;&lt;P&gt;arcpy.env.workspace = "c:/Wing/Sk"&lt;/P&gt;&lt;P&gt;for i in range(0, 49):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.MakeFeatureLayer_management("spatially50.shp", "pnt_" + i + "lyr", "FID = i")&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 15:26:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552844#M43152</guid>
      <dc:creator>KONPETROV</dc:creator>
      <dc:date>2015-03-18T15:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552845#M43153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are needing to make a new shapefile, then you are using the wrong geoprocessing tool.&amp;nbsp; Make Feature Layer creates a layer in memory for use in a map document, not a new shapefile.&amp;nbsp; Try using &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000020000000"&gt;Feature Class to Feature Class&lt;/A&gt; tool, this can create new shapefiles on your hard drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you are having an error in your code, please post the error so it helps us understand what is going wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 15:37:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552845#M43153</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2015-03-18T15:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552846#M43154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, I don't think MakeFeatureLayer_management is what you want unless you are using it as an intermediate step before exporting the feature layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, it helps to paste specific error messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third, what about putting str(i) in place of i in the layer name you are concatenating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 15:39:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552846#M43154</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2015-03-18T15:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552847#M43155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh, i thought that i would create a shepfile form an attribute od an another shapefile i should use make new feature layer. Although i knew i would have it only in memore and not in hard drive. Ok i propably must do that as you decribe thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 16:10:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552847#M43155</guid>
      <dc:creator>KONPETROV</dc:creator>
      <dc:date>2015-03-18T16:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552848#M43156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to pile on, your where clause "FID = i" literally translates to "where FID = the letter i" (well, technically the number i because it's not within quotes). There are A LOT of discussions on here about how to make a where clause incorporating a variable, and where to put the quotation marks to make it function properly, but I believe it should be as simple as: "FID = " + str(i).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 16:10:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552848#M43156</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-03-18T16:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552849#M43157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the Make Feature Layer you are right, thank you both. I tried it with str(i) and i have again the same message that i cannot use it for FID = i!&lt;/P&gt;&lt;P&gt;This is it:&lt;/P&gt;&lt;P&gt;Runtime error&amp;nbsp; Traceback (most recent call last):&amp;nbsp;&amp;nbsp; File "&amp;lt;string&amp;gt;", line 4, in &amp;lt;module&amp;gt;&amp;nbsp;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.2\arcpy\arcpy\management.py", line 6043, in MakeFeatureLayer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e ExecuteError: ERROR 000230: Failed selecting with FID = i Failed to execute (MakeFeatureLayer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 16:12:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552849#M43157</guid>
      <dc:creator>KONPETROV</dc:creator>
      <dc:date>2015-03-18T16:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552850#M43158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh ,so it's not totally wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 16:13:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552850#M43158</guid>
      <dc:creator>KONPETROV</dc:creator>
      <dc:date>2015-03-18T16:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552851#M43159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, it is wrong in the sense that you're not using as a variable (values 0-50), you're using it always as the value 'i'. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 16:15:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552851#M43159</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-03-18T16:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552852#M43160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Ok i tried that with feature class to feature class you are right this is what i e=wanted. But i still have the same problem. How can i create a loop for 50 pnts for that? I am posting you my new code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;import arcpy&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;from arcpy import env&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;env.workspace = "c:/Wing/Sk"&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;arcpy.FeatureClassToFeatureClass_conversion("spatially50", "c:/Wing/Sk", "pnt1", "FID=0")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 16:32:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552852#M43160</guid>
      <dc:creator>KONPETROV</dc:creator>
      <dc:date>2015-03-18T16:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552853#M43161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Untested, but should be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import arcpy
from arcpy import env
env.workspace = "c:/Wing/Sk"
for i in range(50):
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.FeatureClassToFeatureClass_conversion("spatially50", "c:/Wing/Sk", "pnt" + str(i), "FID=" + str(i))&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:54:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552853#M43161</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2021-12-11T23:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552854#M43162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;actually FID is a numeric field, so a str(i) there would crash the query clause, since its comparing a number to a string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made some sample data and tested the following that works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import arcpy
arcpy.env.workspace = "c:/Wing/Sk"
for i in range(0, 50):
&amp;nbsp; where_clause = "FID = {}".format(i)
&amp;nbsp; arcpy.FeatureClassToFeatureClass_conversion("spatially50", "c:/Wing/Sk", "pnt" + str(i), where_clause)&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formatting queries in python can be annoying, string formatting makes this much easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usually refer back to this thread for properly creating SQL queries &lt;A href="https://community.esri.com/thread/121098" target="_blank"&gt;Python - Select by attributes query issue&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:54:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552854#M43162</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2021-12-11T23:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552855#M43163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;actually FID is a numeric field, so a str(i) there would crash the query clause, since its comparing a number to a string.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;No. " FID = " + str(i) results in a whereclause of " FID = 0 " (desired) not " FID = '0' " (what you predict). Your method may work, but so does mine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 17:07:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552855#M43163</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2015-03-18T17:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552856#M43164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry you were completely right about that, and to boot its faster since you aren't setting a variable each time.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 17:15:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552856#M43164</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2015-03-18T17:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552857#M43165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;If you are only working with Points, another approach is to use the new NumPy-based features that were introduced with the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//018w00000008000000" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcPy data access (arcpy.da)&lt;/A&gt; module.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-family: Arial;"&gt;import os
import numpy as np&lt;/SPAN&gt;

&lt;SPAN style="font-family: Arial;"&gt;in_features = #Point data set to have exported as individual data sets&lt;/SPAN&gt;
&lt;SPAN style="font-family: Arial;"&gt;out_path = #Path to geodatabases or folder for individual data sets
out_prefix = 'pnt_'&amp;nbsp; #Prefix for individual data sets, can be empty ''&lt;/SPAN&gt;

&lt;SPAN style="font-family: Arial;"&gt;desc = arcpy.Describe(in_features)
SR = desc.spatialReference
OID_name = desc.OIDFieldName
shape_name = desc.ShapeFieldName&lt;/SPAN&gt;

&lt;SPAN style="font-family: Arial;"&gt;narr = arcpy.da.FeatureClassToNumPyArray(in_features, "*")
ndtype = narr.dtype
for row in narr:
&amp;nbsp;&amp;nbsp;&amp;nbsp; n = np.array(row, ndtype)
&amp;nbsp;&amp;nbsp;&amp;nbsp; OID = n[OID_name]
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.da.NumPyArrayToFeatureClass(n,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; os.path.join(out_path, out_prefix + str(OID)),
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; shape_name,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SR)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;The above script will work on shape files and feature classes because I am using an arcpy.Describe object to retrieve the name of the unique identifier and shape fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:54:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552857#M43165</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-12-11T23:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552858#M43166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i was missing that: &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;&lt;SPAN class="string" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: blue; text-decoration: underline;"&gt;"FID="&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000; text-decoration: underline;"&gt; + str(i).&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif;"&gt; For God that was really helpfull, thank you for your try Mr. Wiens.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 20:03:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552858#M43166</guid>
      <dc:creator>KONPETROV</dc:creator>
      <dc:date>2015-03-18T20:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Loop for exporting shapefiles from an existing shapefile</title>
      <link>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552859#M43167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you a lot Mr. Bixby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 20:10:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/loop-for-exporting-shapefiles-from-an-existing/m-p/552859#M43167</guid>
      <dc:creator>KONPETROV</dc:creator>
      <dc:date>2015-03-18T20:10:59Z</dc:date>
    </item>
  </channel>
</rss>

