<?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: Model output data fields are prefixed with the name or names of the originating t in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/model-output-data-fields-are-prefixed-with-the/m-p/122725#M4273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Geraldtaylor&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much, perezstr.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I get a better handle on Python, I'll try and work toward what you suggest.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rdharles&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached is the model as exported to Python. (GDBModel7test.doc)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also uploaded the AML, the function of which we need to duplicate. (wscalc13aml.doc)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It spells out the process in old command line Arc/Info, on the off chance that that will help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had to change both the extensions to .doc so that they would upload.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions will be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Apr 2010 17:27:08 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2010-04-30T17:27:08Z</dc:date>
    <item>
      <title>Model output data fields are prefixed with the name or names of the originating table</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-output-data-fields-are-prefixed-with-the/m-p/122722#M4270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Geraldtaylor&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings all&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My organization is trying to solve a number of technical issues before we can consider migrating from a &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;command line/coverage environment to a geodatabase. The most difficult of these appears to be how to automate our standard soil/wetlands analysis of farm parcels in a GDB environment. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We currently use an old AML script that I wrote back in 2000 and have maintained since. Some time ago, I built a geoprocessing model that should approximate the functions of the AML outputting a personal GDB containing three feature classes. Unfortunately, the field names in the output data are prefixed with the name or names of the originating tables. e.g. �??Allsoils_polygon_OWNER�?� or �??Allsoils_MUSYM�?�. This will not work with our Access report templates. We need the original field names.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the advice of ESRI tech support I tried setting the model environments to �??Maintain fully qualified field names�?� and using the field mapping in the Feature class to Feature Class tool to alter the output field names to the originals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; This had the desired effect �?? Once.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As soon as any of the input parameters were changed whether a different parcel, wetlands, or soils data set, the problem came back. Apparently changing anything �??upstream�?� of a process resets it to its defaults.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Our problem was ultimately added to a couple bug reports at ESRI .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NIM033788; Maintain Field Map settings when the data source (path) is changed for a tool in a model &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NIM036917; AddJoin is ignoring the qualifiedFieldNames environment at 9.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tech supports last recommendation was to use a geodatabase for all the input data, rather than the old coverages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I made up a file geodatabase into which I imported all the test data, using that for input into the model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It didn�??t help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It appears that we are not the only shop facing this problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the now closed user forums is a five year old thread which indicates that ESRI has been aware of this since very early on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1728&amp;amp;t=154673&amp;amp;mc=42"&gt;http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1728&amp;amp;t=154673&amp;amp;mc=42&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For want of a better idea, I am attempting a crash course in Python but it will be quite some time before I can write anything approximating the complexity of the model. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As previously stated, we can�??t even consider migrating to a GDB environment until we can automate this analysis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;G. Taylor&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 12:58:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-output-data-fields-are-prefixed-with-the/m-p/122722#M4270</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-04-30T12:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Model output data fields are prefixed with the name or names of the originating t</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-output-data-fields-are-prefixed-with-the/m-p/122723#M4271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I understand that you will need to be more familiar with python... but my advice would be have your ending result, then build a simple python script (maybe model builder would work --- but it limits you much IMO) that does the gp.addfield and then do a gp.calculatefield to get the values from the fields with the database names prefixed to the new gp.addfields added fields.&amp;nbsp; Be comforted that all the arcgisscripting(9.3) works well.. good luck&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 13:24:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-output-data-fields-are-prefixed-with-the/m-p/122723#M4271</guid>
      <dc:creator>justinperez</dc:creator>
      <dc:date>2010-04-30T13:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Model output data fields are prefixed with the name or names of the originating t</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-output-data-fields-are-prefixed-with-the/m-p/122724#M4272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rdharles&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you could export your model to a python script and post it, we could get a better idea of your process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are ways around the filename/fieldname issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 14:26:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-output-data-fields-are-prefixed-with-the/m-p/122724#M4272</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-04-30T14:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Model output data fields are prefixed with the name or names of the originating t</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-output-data-fields-are-prefixed-with-the/m-p/122725#M4273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Geraldtaylor&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much, perezstr.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I get a better handle on Python, I'll try and work toward what you suggest.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rdharles&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attached is the model as exported to Python. (GDBModel7test.doc)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also uploaded the AML, the function of which we need to duplicate. (wscalc13aml.doc)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It spells out the process in old command line Arc/Info, on the off chance that that will help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had to change both the extensions to .doc so that they would upload.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions will be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 17:27:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-output-data-fields-are-prefixed-with-the/m-p/122725#M4273</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-04-30T17:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Model output data fields are prefixed with the name or names of the originating t</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-output-data-fields-are-prefixed-with-the/m-p/122726#M4274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One thing that jumps out at me right away is the "AddJoin" tool.&amp;nbsp; That tool creates the filename.fieldname thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The "AddJoin" tool is also not like the old Arc Workstation "joinitem" command.&amp;nbsp; AddJoin is only temporary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Take a look at the tool "Join Field" (Management toolbox) instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have to use the "Add Join", you need to follow it with the "Remove Join" tool before you do a "Copy Features".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This will avoid the filename.fieldname.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 17:49:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-output-data-fields-are-prefixed-with-the/m-p/122726#M4274</guid>
      <dc:creator>RDHarles</dc:creator>
      <dc:date>2010-04-30T17:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Model output data fields are prefixed with the name or names of the originating t</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-output-data-fields-are-prefixed-with-the/m-p/122727#M4275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: Geraldtaylor&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mr. Harles&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much. That appears to do the trick.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I replaced the "AddJoin"s with "Join Field" tools and it seems to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I still need to do a lot of test runs to see that the the model yields the same acreage numbers as the old AML&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but, right now, the signs are favorable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;G. Taylor&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;One thing that jumps out at me right away is the "AddJoin" tool.&amp;nbsp; That tool creates the filename.fieldname thing.&lt;BR /&gt;The "AddJoin" tool is also not like the old Arc Workstation "joinitem" command.&amp;nbsp; AddJoin is only temporary.&lt;BR /&gt;Take a look at the tool "Join Field" (Management toolbox) instead.&lt;BR /&gt;&lt;BR /&gt;If you have to use the "Add Join", you need to follow it with the "Remove Join" tool before you do a "Copy Features".&lt;BR /&gt;This will avoid the filename.fieldname.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 16:29:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-output-data-fields-are-prefixed-with-the/m-p/122727#M4275</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-05-10T16:29:59Z</dc:date>
    </item>
  </channel>
</rss>

