<?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: Concatenate Attributes While Exporting Table - Model Builder in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/concatenate-attributes-while-exporting-table-model/m-p/1053172#M40426</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Before I can get to the field calculator/create new field step, I have to export the selected features into a new feature layer (I cannot edit the current feature layer). I have been having a challenge with exporting the selected features in model builder - knowing which tool to use. Feature Class to Feature Class is failing- saying that table is not found. I have tried a number of others as well. This is easily done under the Data tab with Export Features. I am not finding that mechanism in Model Builder. Any Ideas...? Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 30 Apr 2021 13:57:23 GMT</pubDate>
    <dc:creator>JessicaJThompson</dc:creator>
    <dc:date>2021-04-30T13:57:23Z</dc:date>
    <item>
      <title>Concatenate Attributes While Exporting Table - Model Builder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/concatenate-attributes-while-exporting-table-model/m-p/1052371#M40354</link>
      <description>&lt;P&gt;Hello All, (ArcGIS Pro 10.7.2)&lt;/P&gt;&lt;P&gt;I am trying to automate a process that is a fairly simple, but always a last minute request.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Request is for the Zoning department that has to send notifications to property owners of properties within 300ft of a parcel requesting a zoning amendment (so they in theory have time for input on the amendment). They want a table with the resulting parcels, and all of the mailing address fields concatenated. These fields are currently:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JessicaJThompson_3-1619627448129.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/12077i4AA44D25055B3CBA/image-size/large?v=v2&amp;amp;px=999" role="button" title="JessicaJThompson_3-1619627448129.png" alt="JessicaJThompson_3-1619627448129.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Steps Taken Which I have built in Model Builder&lt;/P&gt;&lt;P&gt;-Select by attributes&lt;/P&gt;&lt;P&gt;-Select by location (add to current selection)&lt;/P&gt;&lt;P&gt;-Summarize Data (exporting selected fields to table)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JessicaJThompson_2-1619627286760.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/12075iA826F1A132E8D97F/image-size/large?v=v2&amp;amp;px=999" role="button" title="JessicaJThompson_2-1619627286760.png" alt="JessicaJThompson_2-1619627286760.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This provides me with a table of only the fields they want, but the mailing address fields are not concatenated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This process gets repeated for several parcels. I am hoping to simplify this so it that someone who doesn't use Pro or really know how to use excel, can input 1 parcel # and receive the formatted spreadsheet as they need.&amp;nbsp; (Also, was thinking of building this process in WebApp Builder but couldn't see a streamlined way - any ideas on that would be even better! Then they don't even need to open Pro)&lt;/P&gt;&lt;P&gt;Thank you for your kind assistance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 16:38:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/concatenate-attributes-while-exporting-table-model/m-p/1052371#M40354</guid>
      <dc:creator>JessicaJThompson</dc:creator>
      <dc:date>2021-04-28T16:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Attributes While Exporting Table - Model Builder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/concatenate-attributes-while-exporting-table-model/m-p/1052382#M40355</link>
      <description>&lt;P&gt;My first thought would be just creating a new field to contain the concatenated values (don't get caught out by max field length).&amp;nbsp; Then a field calculator e.g.&lt;/P&gt;&lt;P&gt;I guess you could export the features to a in_memory feature class or scratch and then add the field, or build the field into your data model.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;!Mailing_Adress! + ', ' + !Mailing_City! + ', ' + ...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 16:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/concatenate-attributes-while-exporting-table-model/m-p/1052382#M40355</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-04-28T16:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Attributes While Exporting Table - Model Builder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/concatenate-attributes-while-exporting-table-model/m-p/1052383#M40356</link>
      <description>&lt;P&gt;Also in WAB this would be something like a geoprocessing service (or JS widget but that's beyond me), which is easily accomplished (if you have the right infrastructure).&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 16:51:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/concatenate-attributes-while-exporting-table-model/m-p/1052383#M40356</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-04-28T16:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Attributes While Exporting Table - Model Builder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/concatenate-attributes-while-exporting-table-model/m-p/1052400#M40357</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I will look into the in-memory feature class/scratch. I haven't used model builder in almost 5+ years, and didn't use it much then either (time to change that I think). I did look into using field calculator, though I am trying to not have an intermediate feature layer created - but I am assuming by that terminology (in-memory/scratch), it will may not be something permanently saved.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, I have never thought of a geoprocessing service. And after a quick search I found a tutorial that will walk me through what seems like the exact process I am in need of. As long as this wouldn't use credits, the "higher-ups" would love this solution built into an app.&lt;/P&gt;&lt;P&gt;&lt;A href="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/gp-service-example-selecting-data.htm" target="_blank"&gt;Geoprocessing service example: Selecting data—ArcGIS Server | Documentation for ArcGIS Enterprise&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/167692"&gt;@DavidPike&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 17:18:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/concatenate-attributes-while-exporting-table-model/m-p/1052400#M40357</guid>
      <dc:creator>JessicaJThompson</dc:creator>
      <dc:date>2021-04-28T17:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Attributes While Exporting Table - Model Builder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/concatenate-attributes-while-exporting-table-model/m-p/1052404#M40358</link>
      <description>&lt;P&gt;sure - this might be a good read for the memory workspace (I keep using in_memory which is an older implementation...)&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/modelbuilder/the-in-memory-workspace.htm" target="_blank"&gt;Write geoprocessing output to memory—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;essentially just 'memory\nameofyourmemoryFC'&lt;/P&gt;&lt;P&gt;Sorry but not too sure about GP services on ArcGIS Online and not entirely sure you can, only done it on my Enterprise Portal.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 17:27:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/concatenate-attributes-while-exporting-table-model/m-p/1052404#M40358</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-04-28T17:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Attributes While Exporting Table - Model Builder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/concatenate-attributes-while-exporting-table-model/m-p/1053172#M40426</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Before I can get to the field calculator/create new field step, I have to export the selected features into a new feature layer (I cannot edit the current feature layer). I have been having a challenge with exporting the selected features in model builder - knowing which tool to use. Feature Class to Feature Class is failing- saying that table is not found. I have tried a number of others as well. This is easily done under the Data tab with Export Features. I am not finding that mechanism in Model Builder. Any Ideas...? Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 13:57:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/concatenate-attributes-while-exporting-table-model/m-p/1053172#M40426</guid>
      <dc:creator>JessicaJThompson</dc:creator>
      <dc:date>2021-04-30T13:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Attributes While Exporting Table - Model Builder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/concatenate-attributes-while-exporting-table-model/m-p/1053184#M40428</link>
      <description>&lt;P&gt;possibly&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/copy-features.htm" target="_blank"&gt;Copy Features (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;I think that will allow a layer to go to a feature class.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 14:08:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/concatenate-attributes-while-exporting-table-model/m-p/1053184#M40428</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-04-30T14:08:27Z</dc:date>
    </item>
  </channel>
</rss>

