<?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 renaming aliasName in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/renaming-aliasname/m-p/545467#M42542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have looked for useful material that could illustrate the way to change aliasName using geoprocessing tools since I have more than 200 variables that I wish I could rename; however I have failed finding useful information. I would appreciate if you could share your thoughts in how write a script the does this kind of job.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jose&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2011 19:31:16 GMT</pubDate>
    <dc:creator>JoseFunes</dc:creator>
    <dc:date>2011-09-19T19:31:16Z</dc:date>
    <item>
      <title>renaming aliasName</title>
      <link>https://community.esri.com/t5/python-questions/renaming-aliasname/m-p/545467#M42542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have looked for useful material that could illustrate the way to change aliasName using geoprocessing tools since I have more than 200 variables that I wish I could rename; however I have failed finding useful information. I would appreciate if you could share your thoughts in how write a script the does this kind of job.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jose&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 19:31:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/renaming-aliasname/m-p/545467#M42542</guid>
      <dc:creator>JoseFunes</dc:creator>
      <dc:date>2011-09-19T19:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: renaming aliasName</title>
      <link>https://community.esri.com/t5/python-questions/renaming-aliasname/m-p/545468#M42543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can do this by defining new fields with the fieldinfo parameter when you create a layer and then save back to a featureclass. see MakeFeatureLayer_management(fc,"layer","whereclause","workspace",fieldinfo)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The help is useless here. I suggest you run the tool and then right-click the result to get a Python snippet to see the syntax, the replicate for each field change you require in a script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to set up a ; delimited string containing four space separated values. (Who thought that was a good idea? What about a nested Python list??)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;eg "From_name To_name Hidden_Flag Ratio;From_name To_name Hidden_Flag Ratio;...."&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 09:24:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/renaming-aliasname/m-p/545468#M42543</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2011-10-06T09:24:43Z</dc:date>
    </item>
  </channel>
</rss>

