<?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 Update a field based on the concatenation of several fields, one of which is from a related table using the attribute assistant. in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/update-a-field-based-on-the-concatenation-of/m-p/116170#M6605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use the attribute assistant to concatenate several fields (civic number, road name, quadrant, etc) to create the resulting value in one field (full municipal address). One of these values is located in a related table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our municipality has a two-word standard for our road names, but in an ongoing effort to clarify what those abbreviations mean, we are trying to concatenate the full address with the full spelling of the road type (e.g: RD versus ROAD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried simply creating a join between the ADDRESS feature class the table, but the attribute assistant ignores the reference to the related table's field and concatenates the other fields properly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe I read somewhere that all the fields have to be in the same table to concatenate, but wanted to make sure I was not missing out on an Attribute Assistant method I was unaware of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2019 15:01:35 GMT</pubDate>
    <dc:creator>KristenTuri</dc:creator>
    <dc:date>2019-10-09T15:01:35Z</dc:date>
    <item>
      <title>Update a field based on the concatenation of several fields, one of which is from a related table using the attribute assistant.</title>
      <link>https://community.esri.com/t5/data-management-questions/update-a-field-based-on-the-concatenation-of/m-p/116170#M6605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use the attribute assistant to concatenate several fields (civic number, road name, quadrant, etc) to create the resulting value in one field (full municipal address). One of these values is located in a related table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our municipality has a two-word standard for our road names, but in an ongoing effort to clarify what those abbreviations mean, we are trying to concatenate the full address with the full spelling of the road type (e.g: RD versus ROAD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried simply creating a join between the ADDRESS feature class the table, but the attribute assistant ignores the reference to the related table's field and concatenates the other fields properly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe I read somewhere that all the fields have to be in the same table to concatenate, but wanted to make sure I was not missing out on an Attribute Assistant method I was unaware of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2019 15:01:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-a-field-based-on-the-concatenation-of/m-p/116170#M6605</guid>
      <dc:creator>KristenTuri</dc:creator>
      <dc:date>2019-10-09T15:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Update a field based on the concatenation of several fields, one of which is from a related table using the attribute assistant.</title>
      <link>https://community.esri.com/t5/data-management-questions/update-a-field-based-on-the-concatenation-of/m-p/116171#M6606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you want to accomplish should be fairly straightforward with ArcPy cursors, if you are willing to do some Python coding.&amp;nbsp; If so, describe your data sets a little more, e.g., what the schema of the tables involved looks like and how the tables relate to each other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2019 15:36:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-a-field-based-on-the-concatenation-of/m-p/116171#M6606</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-10-09T15:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Update a field based on the concatenation of several fields, one of which is from a related table using the attribute assistant.</title>
      <link>https://community.esri.com/t5/data-management-questions/update-a-field-based-on-the-concatenation-of/m-p/116172#M6607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These tables are related via the two-letter code for the street type. The related table simply has three columns: the two-word abbreviation, the spelled out road name, and Canada Post's abbreviation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output of the attribute assistant needs to be output into the FULL_ADDRESS attribute stored with the master addressing databases.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2019 15:49:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-a-field-based-on-the-concatenation-of/m-p/116172#M6607</guid>
      <dc:creator>KristenTuri</dc:creator>
      <dc:date>2019-10-09T15:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Update a field based on the concatenation of several fields, one of which is from a related table using the attribute assistant.</title>
      <link>https://community.esri.com/t5/data-management-questions/update-a-field-based-on-the-concatenation-of/m-p/116173#M6608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was thinking more specific in terms of describing your data structure since I can't really provide sample code for you to try with:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;as three columns: the two-word abbreviation, the spelled out road name, and Canada Post's abbreviation.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2019 17:28:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/update-a-field-based-on-the-concatenation-of/m-p/116173#M6608</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-10-09T17:28:16Z</dc:date>
    </item>
  </channel>
</rss>

