<?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: ArcGIS 10.1 Appending through Python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcgis-10-1-appending-through-python/m-p/656154#M51074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see attached, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Aug 2014 21:01:14 GMT</pubDate>
    <dc:creator>DanielJohns</dc:creator>
    <dc:date>2014-08-14T21:01:14Z</dc:date>
    <item>
      <title>ArcGIS 10.1 Appending through Python</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-10-1-appending-through-python/m-p/656152#M51072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've built a model that is suppose to join and append those features onto a different dataset. It will work from ArcCatalog only once it's set to "NO_TEST" and the field mapping section is null. Once it's exported to a Python script it will not. I've tried the field mapping those fields and have verified that the field types match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 18:09:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-10-1-appending-through-python/m-p/656152#M51072</guid>
      <dc:creator>DanielJohns</dc:creator>
      <dc:date>2014-08-14T18:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.1 Appending through Python</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-10-1-appending-through-python/m-p/656153#M51073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post your python script?&amp;nbsp; &lt;A _jive_internal="true" href="https://community.esri.com/groups/python/blog/2014/07/08/posting-code-blocks-in-the-new-geonet?sr=search&amp;amp;searchId=5e17d7fd-173a-486a-844e-813ff58f3fbe&amp;amp;searchIndex=0"&gt;Here&lt;/A&gt; is a great link on how to do so using the new GeoNET.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 19:18:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-10-1-appending-through-python/m-p/656153#M51073</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-08-14T19:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.1 Appending through Python</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-10-1-appending-through-python/m-p/656154#M51074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see attached, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 21:01:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-10-1-appending-through-python/m-p/656154#M51074</guid>
      <dc:creator>DanielJohns</dc:creator>
      <dc:date>2014-08-14T21:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.1 Appending through Python</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-10-1-appending-through-python/m-p/656155#M51075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I seem to remember fighting with field mapping for quite a while to get this to work, so I would just read some documentation on that or wait for someone who knows to respond, but I think you need to have a section in your code that sets up the field mappings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 16:08:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-10-1-appending-through-python/m-p/656155#M51075</guid>
      <dc:creator>MichaelStead</dc:creator>
      <dc:date>2014-09-16T16:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS 10.1 Appending through Python</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-10-1-appending-through-python/m-p/656156#M51076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First things first, is there any reason in particular that you would like this model to run in Python?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking to automate when the model is run, simply write a script that calls the model from Python.&amp;nbsp; This way, the model can still be run without you needing to worry about Python syntax as it seems that is the current issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example for calling the script from Python would be the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="python" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14115137125471047 jive_text_macro" jivemacro_uid="_14115137125471047" modifiedtitle="true"&gt;
&lt;P&gt;import arcpy&lt;/P&gt;
&lt;P&gt;arcpy.ImportToolbox(r"PYTHON_FILE_PATH", "MyToolbox")&lt;/P&gt;
&lt;P&gt;arcpy.MyToolbox.ModelName&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend doing the above rather than trying to troubleshoot the script that was created from ModelBuilder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you would like to continue trouble shooting the script that was created from modeulbuilder, what is the exact traceback error message that you get when you run the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexander N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 23:12:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-10-1-appending-through-python/m-p/656156#M51076</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2014-09-23T23:12:29Z</dc:date>
    </item>
  </channel>
</rss>

