<?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: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184080#M14171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joshua, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes very same computer. None of the code was changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2019 16:15:07 GMT</pubDate>
    <dc:creator>CCWeedcontrol</dc:creator>
    <dc:date>2019-02-05T16:15:07Z</dc:date>
    <item>
      <title>Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184076#M14167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to test some of my 2.7 python scripts on 3.6 python and i noticed a huge difference on amount of time it takes to run the FeatureClassToFeatureClass_conversion process. so with 3.6 python the process took 18 min 5 secs, with 2.6 python it took only 8 seconds. Does anyone know why the it take much longer in 3.6 Python?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what i am using, there is more fields than this i just removed a lot of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;PT1 &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"C:/Temp/Scratchworkspace.gdb/Drain"&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Layers15&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;PT1&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    FieldMapString &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt; \

                &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"PIN "&lt;/SPAN&gt;PIN" true true false &lt;SPAN class="number token"&gt;13&lt;/SPAN&gt; Text &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#,""" + PT1 + """,Pin,-1,-1;"""\&lt;/SPAN&gt;
                &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"ACRES "&lt;/SPAN&gt;ACRES" true true false &lt;SPAN class="number token"&gt;4&lt;/SPAN&gt; Double &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;  &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#,""" + PT1+ """,ACRES,-1,-1;"""\&lt;/SPAN&gt;
                &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Instrument "&lt;/SPAN&gt;Instrument" true true false &lt;SPAN class="number token"&gt;10&lt;/SPAN&gt; Text &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#,""" + PT1 + """,Instrument,-1,-1;"""\&lt;/SPAN&gt;
                &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"SiteAddres "&lt;/SPAN&gt;SiteAddres" true true false &lt;SPAN class="number token"&gt;106&lt;/SPAN&gt; Text &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#,""" + PT1 + """,SiteAddres,-1,-1;"""\&lt;/SPAN&gt;
                &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"SiteCity "&lt;/SPAN&gt;SiteCity" true true false &lt;SPAN class="number token"&gt;32&lt;/SPAN&gt; Text &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#,""" + PT1 + """,SiteCity,-1,-1;"""\&lt;/SPAN&gt;
                &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"SiteZip "&lt;/SPAN&gt;SiteZip" true true false &lt;SPAN class="number token"&gt;10&lt;/SPAN&gt; Text &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#,""" + PT1 + """,SiteZip,-1,-1;"""\&lt;/SPAN&gt;
                &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"SubName "&lt;/SPAN&gt;SubName" true true false &lt;SPAN class="number token"&gt;20&lt;/SPAN&gt; Text &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#,""" + PT1 + """,SubName,-1,-1;"""\       &lt;/SPAN&gt;
                            

    fieldmappings &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;FieldMappings&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    fieldmappings&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;loadFromString&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;FieldMapString&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; fieldmappings


&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;main&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;args&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;None&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; args &lt;SPAN class="keyword token"&gt;is&lt;/SPAN&gt; None&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
                args &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; sys&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;argv

&lt;SPAN class="comment token"&gt;# Process: Feature Class to Feature Class&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;FeatureClassToFeatureClass_conversion&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;PT1&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"C:/Temp/Scratchworkspace.gdb"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"PT_ALL"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Layers15&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;PT1&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string 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;/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 09:21:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184076#M14167</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2021-12-11T09:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184077#M14168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;PT1 = 'HELLO'

FieldMapString = '''
PIN "PIN" true true false 13 Text 0 0 ,First,#, {0}, Pin,-1,-1;
ACRES "ACRES" true true false 4 Double 0 0  ,First,#, {0}, ACRES,-1,-1;
Instrument "Instrument" true true false 10 Text 0 0 ,First,#, {0}, Instrument,-1,-1;
SiteAddres "SiteAddres" true true false 106 Text 0 0 ,First,#, {0}, SiteAddres,-1,-1;
SiteCity "SiteCity" true true false 32 Text 0 0 ,First,#, {0}, SiteCity,-1,-1;
SiteZip "SiteZip" true true false 10 Text 0 0 ,First,#, {0}, SiteZip,-1,-1;
SubName "SubName" true true false 20 Text 0 0 ,First,#, {0}, SubName,-1,-1;
'''
print(FieldMapString.format(PT1))&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;/CODE&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;def Layers15(PT1, FieldMapString):
    """pass the variable and the constant into
    the function
    """
    fieldmappings = arcpy.FieldMappings()
    fieldmappings.loadFromString(FieldMapString)
    return fieldmappings&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;don't know about the speed thing, but that ugly string in a function surely had to go. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:21:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184077#M14168</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T09:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184078#M14169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this code running on the same machine?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 02:31:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184078#M14169</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-02-05T02:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184079#M14170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's always been the way i have done it. Thanks for the suggestion i will try it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 16:14:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184079#M14170</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2019-02-05T16:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184080#M14171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joshua, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes very same computer. None of the code was changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 16:15:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184080#M14171</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2019-02-05T16:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184081#M14172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With Dan Petterson suggestions it took 16 min 40 secs in Python 3.6.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 18:33:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184081#M14172</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2019-02-05T18:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184082#M14173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is your field mapping necessary? Just try a copy features tool to compare speed. It may be either things are slower in your environment or it is now just slower.&lt;/P&gt;&lt;P&gt;I haven't noticed any tool slowness at all in Pro 2.3, but I have beefy machines and I use local data.&amp;nbsp; It could be the way data is served/handled from sde or whatever if it isn't locally stored.&amp;nbsp; It seems to be a common thread for those that are on the "slow train"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 19:05:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184082#M14173</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-02-05T19:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184083#M14174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes because the field mapping rearranges the fields which is linked to a reporting tool. Unless there is another way to rearrange the fields?&lt;/P&gt;&lt;P&gt;All my data is on my local PC, i have noticed slowness with Pro 2.2. I haven't upgraded to Pro 2.3 yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 19:11:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184083#M14174</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2019-02-05T19:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184084#M14175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you run Check My ability to run ArcGIS pro on the help page&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/get-started/arcgis-pro-system-requirements.htm" title="http://pro.arcgis.com/en/pro-app/get-started/arcgis-pro-system-requirements.htm"&gt;ArcGIS Pro 2.3 system requirements—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;does it pass... errrr more importantly, does it surpass the highest recommendations?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you run other stuff like browsers, social media and other unnecessary fluff when you are trying this? &amp;nbsp;&lt;/P&gt;&lt;P&gt;Pro is going to be slower apparently since people are complaining about it, but I can assure you it has nothing to do with Python&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 19:19:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184084#M14175</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-02-05T19:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184085#M14176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirements pass.&lt;/P&gt;&lt;P&gt;When i run that block of code in 2.7 and 3.6 i had the same stuff open.&lt;/P&gt;&lt;P&gt;I restarted my PC and just run the script with python 2.7 the process took 10 secs. Then i closed python2.7 and opened python 3.6&amp;nbsp; and run the code it took 16 min 40 secs. Seem like the issue has to do with python 3.6 because i run the exactly same code. My python 2.7 is 32 bit, my 3.6 is 64 bit if that makes a difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 21:39:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184085#M14176</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2019-02-05T21:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184086#M14177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the arcpy and arcgisscripting and all the esri stuff in Pro is different, so when you call FeatureClassToFeatureClass, there is an arcmap and an ArcGIS pro version.&amp;nbsp; If you will notice your pure python stuff in your code example very limited...&lt;/P&gt;&lt;P&gt;Try testing it yourself if you have an appropriate python ide that used line magics (ie IPython in Spyder etc)&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;def&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;tester&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;
    PT1 &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'HELLO'&lt;/SPAN&gt;
    FieldMapString &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;''&lt;/SPAN&gt;'
    PIN &lt;SPAN class="string token"&gt;"PIN"&lt;/SPAN&gt; true true false &lt;SPAN class="number token"&gt;13&lt;/SPAN&gt; Text &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#, {0}, Pin,-1,-1;&lt;/SPAN&gt;
    ACRES &lt;SPAN class="string token"&gt;"ACRES"&lt;/SPAN&gt; true true false &lt;SPAN class="number token"&gt;4&lt;/SPAN&gt; Double &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;  &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#, {0}, ACRES,-1,-1;&lt;/SPAN&gt;
    Instrument &lt;SPAN class="string token"&gt;"Instrument"&lt;/SPAN&gt; true true false &lt;SPAN class="number token"&gt;10&lt;/SPAN&gt; Text &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#, {0}, Instrument,-1,-1;&lt;/SPAN&gt;
    SiteAddres &lt;SPAN class="string token"&gt;"SiteAddres"&lt;/SPAN&gt; true true false &lt;SPAN class="number token"&gt;106&lt;/SPAN&gt; Text &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#, {0}, SiteAddres,-1,-1;&lt;/SPAN&gt;
    SiteCity &lt;SPAN class="string token"&gt;"SiteCity"&lt;/SPAN&gt; true true false &lt;SPAN class="number token"&gt;32&lt;/SPAN&gt; Text &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#, {0}, SiteCity,-1,-1;&lt;/SPAN&gt;
    SiteZip &lt;SPAN class="string token"&gt;"SiteZip"&lt;/SPAN&gt; true true false &lt;SPAN class="number token"&gt;10&lt;/SPAN&gt; Text &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#, {0}, SiteZip,-1,-1;&lt;/SPAN&gt;
    SubName &lt;SPAN class="string token"&gt;"SubName"&lt;/SPAN&gt; true true false &lt;SPAN class="number token"&gt;20&lt;/SPAN&gt; Text &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;First&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;#, {0}, SubName,-1,-1;&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;''&lt;/SPAN&gt;'
    FieldMapString&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;PT1&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# ----- timing section&lt;/SPAN&gt;

tester&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;timeit tester&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="number token"&gt;2.36&lt;/SPAN&gt; µs ± &lt;SPAN class="number token"&gt;194&lt;/SPAN&gt; ns per loop &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;mean ± std&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt; dev&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt; of &lt;SPAN class="number token"&gt;7&lt;/SPAN&gt; runs&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;100000&lt;/SPAN&gt; loops each&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# ---- that is on my laptop, haven't tested on the desktop&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;/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;P&gt;&lt;/P&gt;&lt;P&gt;So if yours is several orders of magnitude faster than 2ish microseconds then you can blame python 3... otherwise file a case with esri about the slowness of fc2fc with field mapping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:21:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184086#M14177</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T09:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184087#M14178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok i think i understand. so i tired to run what you posted to test but i am getting invalid syntax on line with %timeit Tester()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2019 15:31:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184087#M14178</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2019-02-06T15:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184088#M14179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I upgrade to Pro 2.3 this morning and now i am getting this error on line 81 and i didn't change the script at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RuntimeError: ERROR 999999: Something unexpected caused the tool to fail. Contact Esri Technical Support (&lt;A href="http://esriurl.com/support" target="_blank"&gt;http://esriurl.com/support&lt;/A&gt;) to Report a Bug, and refer to the error help for potential solutions or workarounds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;import sys, arcpy, os, fnmatch

from datetime import datetime as d
startTime = d.now()
start_time = time.time()


# Local variables:
print ('Started')
arcpy.env.overwriteOutput = True
arcpy.env.workspace = "C:/Temp/Scratchworkspace.gdb"
arcpy.env.qualifiedFieldNames = False
arcpy.env.preserveGlobalIds = True

PT1 = "C:/Temp/Scratchworkspace.gdb/Drain"

FieldMapString = '''
DXF_TEXT "DXF_TEXT" true true false 11 Text 0 0 ,First,#, {0}, ACRES,-1,-1;
ACCOUNT "ACCOUNT" true true false 11 Text 0 0 ,First,#, {0}, ACCOUNT,-1,-1;
PIN "PIN" true true false 13 Text 0 0 ,First,#, {0}, PIN,-1,-1;
ACRES "ACRES" true true false 4 Double 0 0  ,First,#, {0}, ACRES,-1,-1;
Instrument "Instrument" true true false 10 Text 0 0 ,First,#, {0}, Instrument,-1,-1;
SiteAddres "SiteAddres" true true false 106 Text 0 0 ,First,#, {0}, SiteAddres,-1,-1;
SiteCity "SiteCity" true true false 32 Text 0 0 ,First,#, {0}, SiteZip,-1,-1;
SiteZip "SiteZip" true true false 10 Text 0 0 ,First,#, {0}, SiteZip,-1,-1;

'''
#print(FieldMapString.format(PT1))

def Layers15(PT1, FieldMapString):
    """pass the variable and the constant into
    the function
    """
    fieldmappings = arcpy.FieldMappings()
    fieldmappings.loadFromString(FieldMapString)
    return fieldmappings

def main(args=None):
        if args is None:
                args = sys.argv

# Process: Feature Class to Feature Class
arcpy.FeatureClassToFeatureClass_conversion(PT1, "C:/Temp/Scratchworkspace.gdb", "PT_ALL","", Layers15(PT1, FieldMapString),"")

print ("Finished")
print ('(Elapsed time: ' + str(d.now() - startTime)[:-3] + ')')

try:
    print ('(Elapsed time: ' + str(d.now() - startTime)[:-3] + ')')

except Exception as e:
    # If an error occurred, print line number and error message
    import traceback, sys
    tb = sys.exc_info()[2]
    print ("Line %i" % tb.tb_lineno)
    print (e.message)
‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&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;/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;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;/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 09:21:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184088#M14179</guid>
      <dc:creator>CCWeedcontrol</dc:creator>
      <dc:date>2021-12-11T09:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184089#M14180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which means you don't have 'line magics' so you have an older IDE (try spyder, you will have to replace timing stuff with whatever you use)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2019 19:30:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184089#M14180</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-02-06T19:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184090#M14181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Over the last 10 years since python 2.x, python 3 has had a number of changes to the datetime module and dates in general&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.python.org/3/library/datetime.html" title="https://docs.python.org/3/library/datetime.html"&gt;datetime — Basic date and time types — Python 3.7.2 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you should check out some of the changes and/or new features&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2019 19:41:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184090#M14181</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-02-06T19:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Class To FeatureClass conversion 2.7 python vs 3.6 Python</title>
      <link>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184091#M14182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You answered Dan's question about the field mapping being necessary, but did you try copying without using a field mapping?&amp;nbsp; In terms of isolating the issue, it is important to know whether the field mapping is contributing to the problem or if it something else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2019 23:35:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/feature-class-to-featureclass-conversion-2-7/m-p/184091#M14182</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-02-07T23:35:46Z</dc:date>
    </item>
  </channel>
</rss>

