<?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: Union / intersect + Concatenate in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/union-intersect-concatenate/m-p/385269#M13103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;step 1 - create new field = rv_type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 2 - create new field = rg_type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 3 - select by attributes&amp;nbsp; features&amp;nbsp; with type = rv&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 4 - calculate rv_type = rv&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 5 - select by attributes&amp;nbsp; features with type = rg&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 6 - calculate rg_type = rg&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 7 - union overlapping features&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 8 - Select features by attribute...&amp;nbsp; SQL WHERE: rv_type = "rv" AND rg_type = "rg"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 9 - calculate type field = "rv and rg"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 10 -&amp;nbsp; Delete rv_type, Delete rg_type&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Sep 2010 18:16:11 GMT</pubDate>
    <dc:creator>JamesHood</dc:creator>
    <dc:date>2010-09-15T18:16:11Z</dc:date>
    <item>
      <title>Union / intersect + Concatenate</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/union-intersect-concatenate/m-p/385268#M13102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hye, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i Would like to concatenate different values from the same field:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After "Intersect" and "Union" geoprocessing there are entities in double with différentes values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ex: in the field 'Type' there is the same identity (same geometry and coord) wich values are "RV" and "Rg".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Il would like to delete and keep one of these 2 entities and concatenate their values in a new field:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RV,Rg&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 entities (RV and Rg) -&amp;gt; 1 entitie RV,Rg&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bishabawoo.free.fr/Aleas.jpg"&gt;&lt;IMG src="http://bishabawoo.free.fr/Aleas.jpg" /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm french...:confused:I hope you'll understand what i need !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 11:43:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/union-intersect-concatenate/m-p/385268#M13102</guid>
      <dc:creator>KernoaAntoine</dc:creator>
      <dc:date>2010-09-09T11:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Union / intersect + Concatenate</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/union-intersect-concatenate/m-p/385269#M13103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;step 1 - create new field = rv_type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 2 - create new field = rg_type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 3 - select by attributes&amp;nbsp; features&amp;nbsp; with type = rv&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 4 - calculate rv_type = rv&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 5 - select by attributes&amp;nbsp; features with type = rg&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 6 - calculate rg_type = rg&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 7 - union overlapping features&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 8 - Select features by attribute...&amp;nbsp; SQL WHERE: rv_type = "rv" AND rg_type = "rg"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 9 - calculate type field = "rv and rg"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 10 -&amp;nbsp; Delete rv_type, Delete rg_type&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 18:16:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/union-intersect-concatenate/m-p/385269#M13103</guid>
      <dc:creator>JamesHood</dc:creator>
      <dc:date>2010-09-15T18:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Union / intersect + Concatenate</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/union-intersect-concatenate/m-p/385270#M13104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HEllo, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I already try this solution, but i have too many&amp;nbsp; different values (RM, Rm Rv... x12) , so it's a little bit too long !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to do this with a lot af geodatabase.... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 11:10:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/union-intersect-concatenate/m-p/385270#M13104</guid>
      <dc:creator>KernoaAntoine</dc:creator>
      <dc:date>2010-09-21T11:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Union / intersect + Concatenate</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/union-intersect-concatenate/m-p/385271#M13105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the very same need. Have you found any solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 20:15:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/union-intersect-concatenate/m-p/385271#M13105</guid>
      <dc:creator>PavelVranka</dc:creator>
      <dc:date>2012-11-15T20:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Union / intersect + Concatenate</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/union-intersect-concatenate/m-p/385272#M13106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I may be wrong here, but it sounds like you want to use the Concatenate Row Values tool found here: &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=52dfcef46fdb4c76bfbc08dc01570f3c"&gt;http://www.arcgis.com/home/item.html?id=52dfcef46fdb4c76bfbc08dc01570f3c&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 23:49:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/union-intersect-concatenate/m-p/385272#M13106</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2012-11-18T23:49:16Z</dc:date>
    </item>
  </channel>
</rss>

