<?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 Split By Attribute Tool in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute-tool/m-p/431790#M14507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this tool very handy in splitting shapefiles by their attributes, and I wanted to share it hoping someone might get benefit of it.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.umesc.usgs.gov/management/dss/split_by_attribute_tool.html" rel="nofollow" target="_blank"&gt;Split By Attribute Tool - Desktop Decision Support Tools&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 16:01:03 GMT</pubDate>
    <dc:creator>NabilDroby</dc:creator>
    <dc:date>2014-11-18T16:01:03Z</dc:date>
    <item>
      <title>Split By Attribute Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute-tool/m-p/431790#M14507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this tool very handy in splitting shapefiles by their attributes, and I wanted to share it hoping someone might get benefit of it.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.umesc.usgs.gov/management/dss/split_by_attribute_tool.html" rel="nofollow" target="_blank"&gt;Split By Attribute Tool - Desktop Decision Support Tools&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 16:01:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute-tool/m-p/431790#M14507</guid>
      <dc:creator>NabilDroby</dc:creator>
      <dc:date>2014-11-18T16:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Split By Attribute Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute-tool/m-p/431791#M14508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks interesting. Prebuilt, so no need for Modelbuilder and/or coding to get the same results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 16:56:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute-tool/m-p/431791#M14508</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2014-11-18T16:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Split By Attribute Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute-tool/m-p/431792#M14509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Been around as&lt;A href="http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=37AEB018-1422-2418-A036-CA6D9920F808"&gt; a free tool for some time &lt;/A&gt;.... only recently available at all license levels&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 19:36:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute-tool/m-p/431792#M14509</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-11-18T19:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Split By Attribute Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute-tool/m-p/431793#M14510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently needed this function and found that tool today (The one by Dan).&amp;nbsp; Is there anyway for it to output files into a gdb?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, I needed it to split up a street maintenance plan by category,&amp;nbsp; but when it splits the files out to a shapefile, it truncates the header name.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 20:19:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute-tool/m-p/431793#M14510</guid>
      <dc:creator>JamesGibson</dc:creator>
      <dc:date>2014-11-18T20:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Split By Attribute Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute-tool/m-p/431794#M14511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, the writeup states that geodatabases are untested and unsupported by this tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One can build a version of the same thing that will do geodatbase output with Modelbuilder.&amp;nbsp; It could be done with an "Iterate Row Selection" iterator with the "Group by Fields" set to the category field.&amp;nbsp; Then add a Copy Features tool to the right to save each selection that comes out of the Iterator as an output.&amp;nbsp; Then to have the output name the file by category, you can use an in-line variable (see below):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Iterate_Row_split_out.jpg" class="jive-image image-1" height="232" src="https://community.esri.com/legacyfs/online/30849_Iterate_Row_split_out.jpg" width="620" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is Modelbuilder&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002w00000001000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//002w00000001000000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iterators&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00400000001n000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00400000001n000000.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In-line Variable Substitution&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Examples_of_inline_model_variable_substitution/002w0000005w000000/"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#/Examples_of_inline_model_variable_substitution/002w0000005w000000/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 21:29:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute-tool/m-p/431794#M14511</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2014-11-18T21:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Split By Attribute Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute-tool/m-p/431795#M14512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the works...but most of the effort has been to providing functionality so that the resultant outputs... ie shapefiles... can be used as inputs to other software and open-source GIS packages.&amp;nbsp; If you can abide by the field length limitations of shapefiles then there is no issue.&amp;nbsp; If you need long field names you will have to wait.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next version will also output to other formats including csv and numpy arrays etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 02:06:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/split-by-attribute-tool/m-p/431795#M14512</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-11-19T02:06:37Z</dc:date>
    </item>
  </channel>
</rss>

