<?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: Outputting same name as input using Copy Features in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601746#M47026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but that didn't work. Got the error below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00726-00750-000733.htm"&gt;ERROR 000733:&lt;/A&gt; Output Feature Class: Same as input Input Features&lt;BR /&gt;Failed to execute (CopyFeatures).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2020 18:20:44 GMT</pubDate>
    <dc:creator>AliciaShyu</dc:creator>
    <dc:date>2020-07-08T18:20:44Z</dc:date>
    <item>
      <title>Outputting same name as input using Copy Features</title>
      <link>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601741#M47021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm writing a script that has 30+ layers and a boundary layer. I need to copy all the layers that intersect with the boundary to a GDB.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following for the "Select layer by location" tool&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="color: #7f848e;"&gt;#&amp;nbsp;Select&amp;nbsp;by&amp;nbsp;location&amp;nbsp;all&amp;nbsp;layers&amp;nbsp;that&amp;nbsp;intersect&amp;nbsp;with&amp;nbsp;AirBound&amp;nbsp;and&amp;nbsp;copy&amp;nbsp;selection&amp;nbsp;to&amp;nbsp;GBD&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;m&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;aprx.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;listMaps&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;"Test"&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;)[&lt;/SPAN&gt;&lt;SPAN style="color: #d19a66;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #c678dd;"&gt;for&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;layer&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #c678dd;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;m.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;listLayers&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;():&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #c678dd;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;layer.name&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;!=&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;AirBound:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;arcpy.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;SelectLayerByLocation_management&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;(layer,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;"INTERSECT"&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;,&amp;nbsp;AirBound)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;print&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;(arcpy.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;GetMessages&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to use "Copy Features" tool&amp;nbsp; where the output name is the same as the input name?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 16:21:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601741#M47021</guid>
      <dc:creator>AliciaShyu</dc:creator>
      <dc:date>2020-07-08T16:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Outputting same name as input using Copy Features</title>
      <link>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601742#M47022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A layer name doesn't have to match the data set name, so what name are you wanting to use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do you want to copy the features to exactly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 17:15:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601742#M47022</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-07-08T17:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Outputting same name as input using Copy Features</title>
      <link>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601743#M47023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The features would go into the new GDB. I want to use their original names from SDE&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/499579_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;I'm trying to avoid creating 30+ output names using variables.&lt;/P&gt;&lt;P&gt;Sorry, should have copy the entire script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="color: #abb2bf; background-color: #282c34; font-weight: normal; font-size: 14px;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #c678dd;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;arcpy,&amp;nbsp;os,&amp;nbsp;sys,&amp;nbsp;math,&amp;nbsp;time,&amp;nbsp;smtplib&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;arcpy.env.orverwriteOutput&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #d19a66;"&gt;True&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV style="color: #abb2bf; background-color: #282c34; font-weight: normal; font-size: 14px;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #7f848e;"&gt;#&amp;nbsp;Project&amp;nbsp;Variables&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;aprx&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;arcpy.mp.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;ArcGISProject&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;"CURRENT"&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d19a66;"&gt;GDB&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;\\\\&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;cdmgis&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;d$&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;Scripts&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;Python&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;AirportFTP&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;Airport.gdb"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;AirportBound&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;\\\\&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;cdmgis&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;d$&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;Scripts&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;Python&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;AirportFTP&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;AirportBoundary.gdb"&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;AirBound&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;AirportBound&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;+&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;CloseGISBoundary"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;ExtAirBound&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;AirportBound&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;+&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;ExtendedGISBoundary"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV style="color: #abb2bf; background-color: #282c34; font-weight: normal;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #7f848e;"&gt;#&amp;nbsp;#&amp;nbsp;Delete&amp;nbsp;old&amp;nbsp;GDB&amp;nbsp;and&amp;nbsp;creates&amp;nbsp;new&amp;nbsp;one&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #c678dd;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;arcpy.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;Exists&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN style="color: #d19a66;"&gt;GDB&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;arcpy.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;Delete_management&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;(&lt;/SPAN&gt;&lt;SPAN style="color: #d19a66;"&gt;GDB&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;arcpy.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;AddMessage&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;(arcpy.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;GetMessages&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #c678dd;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #c678dd;"&gt;not&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;os.path.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;exists&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;(os.path.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;dirname&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #d19a66;"&gt;GDB&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;)):&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;os.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;mkdir&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;(os.path.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;dirname&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #d19a66;"&gt;GDB&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;arcpy.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;CreateFileGDB_management&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;(os.path.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;dirname&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #d19a66;"&gt;GDB&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;),&amp;nbsp;os.path.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;basename&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #d19a66;"&gt;GDB&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #56b6c2;"&gt;print&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;(arcpy.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;GetMessages&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV style="color: #abb2bf; background-color: #282c34; font-weight: normal;"&gt;&lt;DIV style="font-weight: normal;"&gt;&lt;DIV&gt;&lt;SPAN&gt;arcpy.env.workspace&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #d19a66;"&gt;GDB&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV style="color: #abb2bf; background-color: #282c34; font-weight: normal;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #7f848e;"&gt;#&amp;nbsp;Select&amp;nbsp;by&amp;nbsp;location&amp;nbsp;all&amp;nbsp;layers&amp;nbsp;that&amp;nbsp;intersect&amp;nbsp;with&amp;nbsp;AirBound&amp;nbsp;and&amp;nbsp;copy&amp;nbsp;selection&amp;nbsp;to&amp;nbsp;GBD&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;m&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;aprx.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;listMaps&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;"Test"&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;)[&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #c678dd;"&gt;for&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;layer&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #c678dd;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;m.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;listLayers&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;():&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #c678dd;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;layer.name&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;!=&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;AirBound:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;arcpy.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;SelectLayerByLocation_management&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;(layer,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #98c379;"&gt;"INTERSECT"&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;,&amp;nbsp;AirBound)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #56b6c2;"&gt;print&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;&amp;nbsp;(arcpy.&lt;/SPAN&gt;&lt;SPAN style="color: #61afef;"&gt;GetMessages&lt;/SPAN&gt;&lt;SPAN style="color: #abb2bf;"&gt;())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 17:38:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601743#M47023</guid>
      <dc:creator>AliciaShyu</dc:creator>
      <dc:date>2020-07-08T17:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Outputting same name as input using Copy Features</title>
      <link>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601744#M47024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I took the liberty of copying and pasting your code into the syntax highlighter.&amp;nbsp; Easier to read and note issues with line numbers...&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; os&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; sys&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; math&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; time&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; smtplib

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;env&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;orverwriteOutput &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token boolean"&gt;True&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;# Project Variables&lt;/SPAN&gt;
aprx &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mp&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ArcGISProject &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"CURRENT"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
GDB &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"\\\\cdmgis\\d$\\Scripts\\Python\\AirportFTP\\Airport.gdb"&lt;/SPAN&gt;
AirportBound &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"\\\\cdmgis\\d$\\Scripts\\Python\\AirportFTP\\AirportBoundary.gdb"&lt;/SPAN&gt; 
AirBound &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; AirportBound &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"\\CloseGISBoundary"&lt;/SPAN&gt;
ExtAirBound &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; AirportBound &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"\\ExtendedGISBoundary"&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;# # Delete old GDB and creates new one&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Exists &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;GDB&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
    arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Delete_management &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;GDB&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;AddMessage&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GetMessages&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="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;not&lt;/SPAN&gt; os&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;path&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;exists &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;os&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;path&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dirname&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;GDB&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;
    os&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mkdir &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;os&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;path&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dirname&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;GDB&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CreateFileGDB_management &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;os&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;path&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dirname&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;GDB&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; os&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;path&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;basename&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;GDB&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GetMessages&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;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;env&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;workspace &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; GDB
&lt;SPAN class="comment token"&gt;# Select by location all layers that intersect with AirBound and copy selection to GBD&lt;/SPAN&gt;
m &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; aprx&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;listMaps&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Test"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; layer &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; m&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;listLayers&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="keyword token"&gt;if&lt;/SPAN&gt; layer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;name &lt;SPAN class="operator token"&gt;!=&lt;/SPAN&gt; AirBound&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
        arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;SelectLayerByLocation_management &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;layer&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"INTERSECT"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; AirBound&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GetMessages&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;/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>Sun, 12 Dec 2021 01:48:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601744#M47024</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-12T01:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Outputting same name as input using Copy Features</title>
      <link>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601745#M47025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are the layer names the same as the names in the SDE? If so the following line should do the trick:&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CopyFeatures_management&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;layer&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; layer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;name&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;just below the selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 17:58:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601745#M47025</guid>
      <dc:creator>JoshuaSharp-Heward</dc:creator>
      <dc:date>2020-07-08T17:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Outputting same name as input using Copy Features</title>
      <link>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601746#M47026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but that didn't work. Got the error below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00726-00750-000733.htm"&gt;ERROR 000733:&lt;/A&gt; Output Feature Class: Same as input Input Features&lt;BR /&gt;Failed to execute (CopyFeatures).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 18:20:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601746#M47026</guid>
      <dc:creator>AliciaShyu</dc:creator>
      <dc:date>2020-07-08T18:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Outputting same name as input using Copy Features</title>
      <link>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601747#M47027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm a little confused with GDB; seems like you are all over the map checking for it, deleting it, creating it etc: lines 11 through 17.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 18:29:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601747#M47027</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-07-08T18:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Outputting same name as input using Copy Features</title>
      <link>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601748#M47028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting, let's make a slight tweak to that then:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;outname &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; os&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;path&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;join&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;GDB&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; layer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;name&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CopyFeatures_management&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;layer&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; outname&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;just to be sure it's writing to the geodatabase that we want it to.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:48:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601748#M47028</guid>
      <dc:creator>JoshuaSharp-Heward</dc:creator>
      <dc:date>2021-12-12T01:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Outputting same name as input using Copy Features</title>
      <link>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601749#M47029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a monthly recurring task. So every month the old GDB will be deleted and a new one created. After the new one is created, all the layers (records in each layer) that intersect with the AirBound layer will be copied to the new GDB.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 18:34:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601749#M47029</guid>
      <dc:creator>AliciaShyu</dc:creator>
      <dc:date>2020-07-08T18:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Outputting same name as input using Copy Features</title>
      <link>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601750#M47030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's follow Josh's lead from just above; his point is what I'm getting at at.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 18:39:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601750#M47030</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-07-08T18:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Outputting same name as input using Copy Features</title>
      <link>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601751#M47031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked!! Thank you so much Josh!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 20:16:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601751#M47031</guid>
      <dc:creator>AliciaShyu</dc:creator>
      <dc:date>2020-07-08T20:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Outputting same name as input using Copy Features</title>
      <link>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601752#M47032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries, glad that worked out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 20:24:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/outputting-same-name-as-input-using-copy-features/m-p/601752#M47032</guid>
      <dc:creator>JoshuaSharp-Heward</dc:creator>
      <dc:date>2020-07-08T20:24:50Z</dc:date>
    </item>
  </channel>
</rss>

