<?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: What expression do I use a field calculator to concatenate all fields into one and also have the field name included in the concatenation? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/what-expression-do-i-use-a-field-calculator-to/m-p/775964#M933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have posted this in the ArcGIS Python API &amp;nbsp;... by chance do you want to do this to go to the &amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/community/developers/gis-developers/python?sr=search&amp;amp;searchId=8bdf3142-ec43-4797-82e5-c6040bf9e56a&amp;amp;searchIndex=0"&gt;https://community.esri.com/community/developers/gis-developers/python?sr=search&amp;amp;searchId=8bdf3142-ec43-4797-82e5-c6040bf9e56a&amp;amp;searchIndex=0&lt;/A&gt;‌ place? or are you interested in &lt;A href="https://community.esri.com/community/gis/managing-data?sr=search&amp;amp;searchId=ea73d205-1a03-4b5c-b899-2622e456c688&amp;amp;searchIndex=0"&gt;https://community.esri.com/community/gis/managing-data?sr=search&amp;amp;searchId=ea73d205-1a03-4b5c-b899-2622e456c688&amp;amp;searchIndex=0&lt;/A&gt;‌ perhaps?&lt;/P&gt;&lt;P&gt;And you indicate that you want to do this in the field calculator as well. &amp;nbsp;Do you have an example of how you do this now... because you normally provide the field name or names in a field calculator expression. Perhaps you could elaborate on the result you are after to help guide further discussion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Dec 2016 20:12:00 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-12-30T20:12:00Z</dc:date>
    <item>
      <title>What expression do I use a field calculator to concatenate all fields into one and also have the field name included in the concatenation?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/what-expression-do-i-use-a-field-calculator-to/m-p/775963#M932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to combine all attributes into one field and also have it include the field name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 19:59:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/what-expression-do-i-use-a-field-calculator-to/m-p/775963#M932</guid>
      <dc:creator>deleted-user-gkSqLOZdgtS0</dc:creator>
      <dc:date>2016-12-30T19:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: What expression do I use a field calculator to concatenate all fields into one and also have the field name included in the concatenation?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/what-expression-do-i-use-a-field-calculator-to/m-p/775964#M933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have posted this in the ArcGIS Python API &amp;nbsp;... by chance do you want to do this to go to the &amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/community/developers/gis-developers/python?sr=search&amp;amp;searchId=8bdf3142-ec43-4797-82e5-c6040bf9e56a&amp;amp;searchIndex=0"&gt;https://community.esri.com/community/developers/gis-developers/python?sr=search&amp;amp;searchId=8bdf3142-ec43-4797-82e5-c6040bf9e56a&amp;amp;searchIndex=0&lt;/A&gt;‌ place? or are you interested in &lt;A href="https://community.esri.com/community/gis/managing-data?sr=search&amp;amp;searchId=ea73d205-1a03-4b5c-b899-2622e456c688&amp;amp;searchIndex=0"&gt;https://community.esri.com/community/gis/managing-data?sr=search&amp;amp;searchId=ea73d205-1a03-4b5c-b899-2622e456c688&amp;amp;searchIndex=0&lt;/A&gt;‌ perhaps?&lt;/P&gt;&lt;P&gt;And you indicate that you want to do this in the field calculator as well. &amp;nbsp;Do you have an example of how you do this now... because you normally provide the field name or names in a field calculator expression. Perhaps you could elaborate on the result you are after to help guide further discussion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 20:12:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/what-expression-do-i-use-a-field-calculator-to/m-p/775964#M933</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-12-30T20:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: What expression do I use a field calculator to concatenate all fields into one and also have the field name included in the concatenation?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/what-expression-do-i-use-a-field-calculator-to/m-p/775965#M934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although you are asking about the field calculator for doing this, have you thought about exporting all the data to a comma delimited .csv or excel file....doing a little manipulations there and then joining the attribute table back? &amp;nbsp;If this is a one shot deal, that may be more straight forward. &amp;nbsp;The hard part you may have is if they are not fixed length, how will you use the data in the fields. &amp;nbsp;This may not be important for your purposes, but without more explain atin it will be hard to give much more advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as Dan mentioned, you have this in the Python API geonet space...is that what you are trying to use? &amp;nbsp;If not, you may want to try &lt;A href="https://community.esri.com/docs/DOC-2258?sr=search&amp;amp;searchId=99975afe-dd7e-49c5-be74-e398ecd7125e&amp;amp;searchIndex=0"&gt;https://community.esri.com/docs/DOC-2258?sr=search&amp;amp;searchId=99975afe-dd7e-49c5-be74-e398ecd7125e&amp;amp;searchIndex=0&lt;/A&gt;‌ to move it to a a different community on geonet. &amp;nbsp;Since this is from a few weeks ago, if it it resolved, please mark it as assumed answered....and a summary would be nice. &amp;nbsp;If still an issu, please provide more detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 03:58:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/what-expression-do-i-use-a-field-calculator-to/m-p/775965#M934</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-01-20T03:58:08Z</dc:date>
    </item>
  </channel>
</rss>

