<?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: Export Features based on Unique Value in a Field (date value) in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/export-features-based-on-unique-value-in-a-field/m-p/429476#M14443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I fixed the issue, my SQL needed to say:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DATE_ = date '%Value%'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2011 05:47:31 GMT</pubDate>
    <dc:creator>ChristopherBlinn</dc:creator>
    <dc:date>2011-04-08T05:47:31Z</dc:date>
    <item>
      <title>Export Features based on Unique Value in a Field (date value)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/export-features-based-on-unique-value-in-a-field/m-p/429473#M14440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to figure out a way to select records from a shapefile (a specific date in (m)m/(d)d/yyyy format, (m) and (d) only for double digits) and export the selection to create a new shapefile.&amp;nbsp; The issue is I have over 400 of these dates, and rather than selecting each one individually, right clicking the layer, exporting the data, wash, rinse repeat, I'd like to figure out a way to do this like an iteration in modelbuilder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I read over this post: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/27764-Model-Iterator-for-Date-Ranges"&gt;http://forums.arcgis.com/threads/27764-Model-Iterator-for-Date-Ranges&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It sounds similar to what I am doing except I only have one field for a date, and I just need to select and extract features with similar dates.&amp;nbsp; Also, I am a newbie with modelbuilder and I don't really mess with python, so the script in the forum above is like reading a different language.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is appreciated and thank you in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 04:36:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/export-features-based-on-unique-value-in-a-field/m-p/429473#M14440</guid>
      <dc:creator>ChristopherBlinn</dc:creator>
      <dc:date>2011-04-08T04:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export Features based on Unique Value in a Field (date value)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/export-features-based-on-unique-value-in-a-field/m-p/429474#M14441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I should add that I am using ArcGIS 10.0 SP1&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 04:50:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/export-features-based-on-unique-value-in-a-field/m-p/429474#M14441</guid>
      <dc:creator>ChristopherBlinn</dc:creator>
      <dc:date>2011-04-08T04:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export Features based on Unique Value in a Field (date value)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/export-features-based-on-unique-value-in-a-field/m-p/429475#M14442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the model I have started.&amp;nbsp; I can't seem to get the SQL correct for it to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"DATE_" = Value&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also tried:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"DATE_" = %Value%&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 05:21:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/export-features-based-on-unique-value-in-a-field/m-p/429475#M14442</guid>
      <dc:creator>ChristopherBlinn</dc:creator>
      <dc:date>2011-04-08T05:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export Features based on Unique Value in a Field (date value)</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/export-features-based-on-unique-value-in-a-field/m-p/429476#M14443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I fixed the issue, my SQL needed to say:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DATE_ = date '%Value%'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 05:47:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/export-features-based-on-unique-value-in-a-field/m-p/429476#M14443</guid>
      <dc:creator>ChristopherBlinn</dc:creator>
      <dc:date>2011-04-08T05:47:31Z</dc:date>
    </item>
  </channel>
</rss>

