<?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: Field Names/Aliases in GDB table joins and exports (Merging issue) in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/field-names-aliases-in-gdb-table-joins-and-exports/m-p/662074#M51437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I guess I would have to maybe use this tool in the script after the join, but before exporting to make the alias the actual field name across all the fields I am using? &amp;nbsp;Actually maybe after exporting since joins are temporary. &amp;nbsp;I don't think Alter Field would work (be efficient) after script execution because of the multitudes of files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well clear field alias wouldn't help since the alias name is the name I actually want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2016 23:08:41 GMT</pubDate>
    <dc:creator>BrianDudek</dc:creator>
    <dc:date>2016-11-17T23:08:41Z</dc:date>
    <item>
      <title>Field Names/Aliases in GDB table joins and exports (Merging issue)</title>
      <link>https://community.esri.com/t5/python-questions/field-names-aliases-in-gdb-table-joins-and-exports/m-p/662072#M51435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Python script that examines a super large table (CSV imported into a gdb as a table), queries this table based on a distinct field name value with its attributes, does a join based on a common field, and then export the features to a geodatabase feature classes. &amp;nbsp;The features classes could be in the hundreds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is when I go in manually and want to merge the outputted feature classes in the geodatabase, the merge table (in the Merge geoprocessing function) is literally every single field in all the outputted feature classes. It turns out all the aliases are the same across all attribute tables, but the field names are different based on the join. &amp;nbsp;For example, &amp;nbsp;I want the field name as Name, but the field name is actually DistinctFile1_Name with the alias Name. &amp;nbsp; The next file is actually DistinctFile2_Name with the alias Name and so forth and so forth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it is basically impossible to work with any attribute data in the files. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any guidance? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 21:15:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/field-names-aliases-in-gdb-table-joins-and-exports/m-p/662072#M51435</guid>
      <dc:creator>BrianDudek</dc:creator>
      <dc:date>2016-11-17T21:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Field Names/Aliases in GDB table joins and exports (Merging issue)</title>
      <link>https://community.esri.com/t5/python-questions/field-names-aliases-in-gdb-table-joins-and-exports/m-p/662073#M51436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may help:&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/alter-field-properties.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/alter-field-properties.htm"&gt;Alter Field— ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a 'clear_field_alias' condition in this tool. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 22:03:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/field-names-aliases-in-gdb-table-joins-and-exports/m-p/662073#M51436</guid>
      <dc:creator>MitchHolley1</dc:creator>
      <dc:date>2016-11-17T22:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Field Names/Aliases in GDB table joins and exports (Merging issue)</title>
      <link>https://community.esri.com/t5/python-questions/field-names-aliases-in-gdb-table-joins-and-exports/m-p/662074#M51437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I guess I would have to maybe use this tool in the script after the join, but before exporting to make the alias the actual field name across all the fields I am using? &amp;nbsp;Actually maybe after exporting since joins are temporary. &amp;nbsp;I don't think Alter Field would work (be efficient) after script execution because of the multitudes of files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well clear field alias wouldn't help since the alias name is the name I actually want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 23:08:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/field-names-aliases-in-gdb-table-joins-and-exports/m-p/662074#M51437</guid>
      <dc:creator>BrianDudek</dc:creator>
      <dc:date>2016-11-17T23:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Field Names/Aliases in GDB table joins and exports (Merging issue)</title>
      <link>https://community.esri.com/t5/python-questions/field-names-aliases-in-gdb-table-joins-and-exports/m-p/662075#M51438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see... then try using this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.env.qualifiedFieldNames = False&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See here:&amp;nbsp;&lt;A class="link-titled" href="http://gis.stackexchange.com/questions/172881/how-to-export-joined-feature-classes-without-losing-field-name" title="http://gis.stackexchange.com/questions/172881/how-to-export-joined-feature-classes-without-losing-field-name"&gt;How to export joined feature classes without losing field name? - Geographic Information Systems Stack Exchange&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 02:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/field-names-aliases-in-gdb-table-joins-and-exports/m-p/662075#M51438</guid>
      <dc:creator>MitchHolley1</dc:creator>
      <dc:date>2016-11-18T02:03:33Z</dc:date>
    </item>
  </channel>
</rss>

