<?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: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476776#M37332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure &lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/environment-settings/maintain-attachments.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/environment-settings/maintain-attachments.htm"&gt;Maintain Attachments (Environment setting)—Geoprocessing | ArcGIS Desktop&lt;/A&gt; is set correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Dec 2018 17:32:37 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2018-12-27T17:32:37Z</dc:date>
    <item>
      <title>Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476759#M37315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a script that will automate a Feature Class to Feature Class OR Feature Class to File Geodatabase Conversion. I want to save this in a folder as a back up once a week in case I lose my current data for any reason or need to revert to that download date. So far I have the following code just for the FC to FC operation, and am recieving the error that follows.:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import arcpy
arcpy.env.workspace = "https://services.arcgis.com/T2graiaSQnlmwwmp/arcgis/rest/services/Target_Address_7_6_Backup/FeatureServer"
arcpy.FeatureClassToFeatureClass_conversion("Target Address New",
 "C:\\Users\vmrenfor\Consumers Folders\VSR\BackupExports\VSR Back up\VSR Back up.gdb",
 "Target_Adrress_12_10_2018")

Traceback (most recent call last):
 File "&amp;lt;string&amp;gt;", line 5, in &amp;lt;module&amp;gt;
 File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\conversion.py", line 860, in FeatureClassToFeatureClass
 raise e
 File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\conversion.py", line 857, in FeatureClassToFeatureClass
 retval = convertArcObjectToPythonObject(gp.FeatureClassToFeatureClass_conversion(*gp_fixargs((in_features, out_path, out_name, where_clause, field_mapping, config_keyword), True)))
 File "c:\program files\arcgis\pro\Resources\arcpy\arcpy\geoprocessing\_base.py", line 496, in &amp;lt;lambda&amp;gt;
 return lambda *args: val(*gp_fixargs(args, True))
arcgisscripting.ExecuteError: Failed to execute. Parameters are not valid.
ERROR 000732: Output Location: Dataset C:\Users mrenfor\Consumers Folders\VSR\BackupExports\VSR Back up\VSR Back up.gdb does not exist or is not supported
Failed to execute (FeatureClassToFeatureClass).

&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Any thoughts on how I can fix this error would be appreciated. I would then like this to be run each subsequent week, naming the file "Target_Address_{Current Date}.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:04:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476759#M37315</guid>
      <dc:creator>VanceRenforth2</dc:creator>
      <dc:date>2021-12-11T21:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476760#M37316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest not having spaces in folder names, maybe replace with underscores.&amp;nbsp; Might not solve your problem, but would be better practice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2018 18:56:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476760#M37316</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2018-12-10T18:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476761#M37317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like you are setting your workspace to a Feature Service.&amp;nbsp; Are you trying to download a feature service to a local File Geodatabase.&amp;nbsp; If so, take a look at this &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-6496-download-arcgis-online-feature-service-or-arcgis-server-featuremap-service"&gt;tool&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when specifying a path in python you won't want to specify a backslash in the path.&amp;nbsp; The backslash (&lt;CODE&gt;\&lt;/CODE&gt;) character is used to escape characters that otherwise have a special meaning, such as newline, backslash itself, or the quote character.&amp;nbsp; You have a few options to specify a path:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Place an &lt;STRONG&gt;r&lt;/STRONG&gt; in front of the path:&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;r&lt;SPAN class="string token"&gt;"C:\temp\data.gdb"&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;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Use two backslashes:&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;"C:\\temp\\data.gdb"&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;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Use forward slashes:&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;"C:/temp/data.gdb"&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2018 19:04:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476761#M37317</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2018-12-10T19:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476762#M37318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When working with Windows paths, you should use raw string formatting.&amp;nbsp; You appeared to be escaping the first backslash in your path but none of the others.&amp;nbsp; In Python "\v" represents the ASCII vertical tab.&amp;nbsp; Since you didn't escape it, your string has a vertical tab in it, and ArcPy cannot find the path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2018 19:08:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476762#M37318</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-12-10T19:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476763#M37319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I took your suggestion and add "r" before the path and that worked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import arcpy&lt;BR /&gt;&lt;SPAN&gt;arcpy.env.workspace = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fservices.arcgis.com%2FT2graiaSQnlmwwmp%2Farcgis%2Frest%2Fservices%2FTarget_Address_7_6_Backup%2FFeatureServer" rel="nofollow" target="_blank"&gt;https://services.arcgis.com/T2graiaSQnlmwwmp/arcgis/rest/services/Target_Address_7_6_Backup/FeatureServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;arcpy.FeatureClassToFeatureClass_conversion("Target Address New",&lt;BR /&gt; r"C:\Users\vmrenfor\Consumers Folders\VSR\BackupExports\VSR Back up\VSR Back up.gdb",&lt;BR /&gt; "Target_Adrress_12_10_2018")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT, is it possible to change this so that I don't have to specify the date for the out put feature name? So in this example I have 12_10_2018. Is there an option that would automatically change this to the current date? Further is it possible to make this run once a week with out me having to input it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2018 13:23:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476763#M37319</guid>
      <dc:creator>VanceRenforth2</dc:creator>
      <dc:date>2018-12-12T13:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476764#M37320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use pure pythonic modules to get the current date as part of your script and then create a Windows Scheduled Task to run the operation.&amp;nbsp; Just google date and python and you should get plenty of hits.&amp;nbsp; There are also many Windows Scheduled Task geonet threads, so perform a keyword search on that in geonet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2018 14:05:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476764#M37320</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2018-12-12T14:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476765#M37321</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;&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; datetime
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; 
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; now &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; datetime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;datetime&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;now&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Target_Address_{}"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;now&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;strftime&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"%m_%d_%Y"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="string token"&gt;'Target_Address_12_12_2018'&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:04:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476765#M37321</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-12-11T21:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476766#M37322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So my entire script should look like this?:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import arcpy
&lt;CODE&gt;&lt;CODE&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit; font-size: 14px; margin: 0px;"&gt;import&lt;/SPAN&gt; datetime

&lt;/CODE&gt;&lt;/CODE&gt;&lt;CODE&gt;now &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt; datetime&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;datetime&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;now&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;
arcpy.env.workspace = "https://services.arcgis.com/T2graiaSQnlmwwmp/arcgis/rest/services/Target_Address_7_6_Backup/FeatureServer"
arcpy.FeatureClassToFeatureClass_conversion("Target Address New",
 "C:\\Users\vmrenfor\Consumers Folders\VSR\BackupExports\VSR Back up\VSR Back up.gdb",
 &lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"Target_Address_{}"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;now&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;strftime&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"%m_%d_%Y"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:04:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476766#M37322</guid>
      <dc:creator>VanceRenforth2</dc:creator>
      <dc:date>2021-12-11T21:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476767#M37323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I doubt the code will work because you haven't corrected the Windows path issue.&amp;nbsp; If you correct that, does the run without error and give you what you expect?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 15:27:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476767#M37323</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-12-17T15:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476768#M37324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize that was the old script. Here is what I am currently looking at:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import arcpy
&lt;CODE&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit; font-size: 14px;"&gt;import&lt;/SPAN&gt; datetime

&lt;/CODE&gt;&lt;CODE&gt;now &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit; font-size: 12px;"&gt;=&lt;/SPAN&gt; datetime&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 12px;"&gt;.&lt;/SPAN&gt;datetime&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 12px;"&gt;.&lt;/SPAN&gt;now&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 12px;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;
arcpy.env.workspace = "https://services.arcgis.com/T2graiaSQnlmwwmp/arcgis/rest/services/Target_Address_7_6_Backup/FeatureServer"
arcpy.FeatureClassToFeatureClass_conversion("Target Address New",
 r"C:\\Users\vmrenfor\Consumers Folders\VSR\BackupExports\VSR Back up\VSR Back up.gdb",
 &lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit; font-size: 12px;"&gt;"Target_Address_{}"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 12px;"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 12px;"&gt;(&lt;/SPAN&gt;now&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 12px;"&gt;.&lt;/SPAN&gt;strftime&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 12px;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit; font-size: 12px;"&gt;"%m_%d_%Y"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:04:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476768#M37324</guid>
      <dc:creator>VanceRenforth2</dc:creator>
      <dc:date>2021-12-11T21:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476769#M37325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the code run without error?&amp;nbsp; If it errors, what is the error?&amp;nbsp; If not, does it give you the results you expect?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 15:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476769#M37325</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-12-18T15:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476770#M37326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is what I ran and was returned:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import arcpy&lt;BR /&gt;import datetime&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now = datetime.datetime.now()&lt;BR /&gt;&lt;SPAN&gt;arcpy.env.workspace = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fservices.arcgis.com%2FT2graiaSQnlmwwmp%2Farcgis%2Frest%2Fservices%2FTarget_Address_7_6_Backup%2FFeatureServer" rel="nofollow" target="_blank"&gt;https://services.arcgis.com/T2graiaSQnlmwwmp/arcgis/rest/services/Target_Address_7_6_Backup/FeatureServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;arcpy.FeatureClassToFeatureClass_conversion("Target Address New",&lt;BR /&gt;&amp;nbsp; r"C:\Users\vmrenfor\Consumers Folders\VSR\BackupExports\VSR Back up\VSR Back up.gdb",&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"Target_Address_{}".format(now.strftime("%m_%d_%Y"))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File "&amp;lt;string&amp;gt;", line 8&lt;BR /&gt; "Target_Address_{}".format(now.strftime("%m_%d_%Y"))&lt;BR /&gt;&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^&lt;BR /&gt;SyntaxError: unexpected EOF while parsing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 16:06:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476770#M37326</guid>
      <dc:creator>VanceRenforth2</dc:creator>
      <dc:date>2018-12-18T16:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476771#M37327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you are missing a parentheses at the end of your function call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 16:25:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476771#M37327</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-12-18T16:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476772#M37328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a helpful link on how to &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-8691-posting-code-with-syntax-highlighting-on-geonet"&gt;post &lt;/A&gt;code in GeoNET.&amp;nbsp; It's kind of hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you are specifying a feature service for your workspace:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&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; "https&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;//&lt;/SPAN&gt;services&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;arcgis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;com&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;T2graiaSQnlmwwmp&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;arcgis&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;rest&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;services&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;Target_Address_7_6_Backup&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;&lt;/P&gt;&lt;P&gt;If you are specifying a feature class for the first parameter in the Feature Class to Feature Class function, your arcpy.env.workspace should be set to the geodatabase it resides in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 18:05:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476772#M37328</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2018-12-18T18:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476773#M37329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the link!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I am specifying a feature service as the work space because that is where I want to pull from. The layer was created in AGO, so it does not reside in a geodatabase on my computer anywhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 19:28:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476773#M37329</guid>
      <dc:creator>VanceRenforth2</dc:creator>
      <dc:date>2018-12-18T19:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476774#M37330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added the parentheses at the end on the function and that allowed it script to run. The resulting Feature Class does not contain the attachments though, where as when I ran the script without the date time part the attachments all came through.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 19:32:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476774#M37330</guid>
      <dc:creator>VanceRenforth2</dc:creator>
      <dc:date>2018-12-18T19:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476775#M37331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2018 15:32:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476775#M37331</guid>
      <dc:creator>VanceRenforth2</dc:creator>
      <dc:date>2018-12-27T15:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476776#M37332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure &lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/environment-settings/maintain-attachments.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/environment-settings/maintain-attachments.htm"&gt;Maintain Attachments (Environment setting)—Geoprocessing | ArcGIS Desktop&lt;/A&gt; is set correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2018 17:32:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476776#M37332</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-12-27T17:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476777#M37333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I don't have the "..." option. See my comment screen below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/432556_No more opritons.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2019 17:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476777#M37333</guid>
      <dc:creator>VanceRenforth2</dc:creator>
      <dc:date>2019-01-04T17:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Python Script to Automate a FC to FC/FGDB opertation ArcGIS Pro</title>
      <link>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476778#M37334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Click on the question, and then reply.&amp;nbsp; If you reply in your Inbox, you won't have that option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2019 17:28:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-script-to-automate-a-fc-to-fc-fgdb/m-p/476778#M37334</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2019-01-04T17:28:52Z</dc:date>
    </item>
  </channel>
</rss>

