<?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: Locator Style for Apt or Units in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245875#M14017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Emily,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will answer your latest question and then comment on the testing I have done with your data...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Re: batch geocoding with a table that contains the unit in a separate column from the address - To my knowledge the entire address to be matched must be in a single column.&amp;nbsp; I don't batch geocode often, but I seem to recall only being able to specify one field/column that contains the address to be matched.&amp;nbsp; Someone please correct me if I am misinformed!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Re: testing [apologies for the length]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So... I added your data to a new ArcMap project, then added your locator built with the style file I uploaded to the forum to ArcMap via the Geocoding toolbar.&amp;nbsp; I used your AddressTable table to inform me of sample addresses and typed an address containing a unit as well as an address without a unit and got the same results you indicated--those addresses without units were not found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I closed ArcMap and then created a brand new locator against your address point data.&amp;nbsp; My thought was maybe the upload got corrupted somehow and using the locator style that is on my system (that I successfully create locators with) could confirm that possibility.&amp;nbsp; After loading the new locator into ArcMap in the same way described above, my results were still the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I next took a closer look at your data.&amp;nbsp; Within the unit field, if an address does not have a unit associated with it, the field is populated with a 'space'.&amp;nbsp; In the unique values list within the 'select by attributes' dialog it looks like: ' ' &lt;BLOCKQUOTE&gt;.&amp;nbsp; A space as a value is not the same as a NULL value, and I suspect that might be the reason for the failed address match.&amp;nbsp; In an attempt to confirm that, I edited your data to null the unit field.&amp;nbsp; The most that would do is change the value in the unique values list to: '' &lt;BLOCKQUOTE&gt;.&amp;nbsp; That also is not the same as NULL.&amp;nbsp; Typically the result of nulling the field is an entry of NULL, so I started looking at your feature class schema.&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your UNIT field (and for your DIR field as well) you have the field set to NOT allow NULL values, which is why I was not able to completely NULL the field.&amp;nbsp; You likely have a sound business reason for disallowing NULL values on these fields, but general best practices are that you only disallow NULLs when you absolutely require something to be filled in that field.&amp;nbsp; For street directionals and units, you may or may not have a value.&amp;nbsp; That is why I found spaces as values--a user must put something in the field.&amp;nbsp; And while a space is not equal to NULL, it IS a valid value that satisfies the field not being NULL (and the field otherwise looks blank).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All of that said, I think that if you recreate your feature class and set the DIR and UNIT fields to allow NULLs, you will find success with the address matching.&amp;nbsp; If your business rules require those fields to not have NULLs then you are likely stuck.&amp;nbsp; You may want to test it so that you can make a sound business case to change the rules accordingly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be able to import your fields from the existing layer and make the required changes before completing the creation of the new feature class, then use the simple data loader to load all of your features from the old to the new.&amp;nbsp; You will need to then NULL those two fields where a value does not exist.&amp;nbsp; At that point, re-create your locator--you could try rebuilding the existing one but why take the chance--and attempt your address match again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this all makes sense...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jul 2014 17:30:01 GMT</pubDate>
    <dc:creator>BrianOevermann</dc:creator>
    <dc:date>2014-07-02T17:30:01Z</dc:date>
    <item>
      <title>Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245834#M13976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was wondering if anyone has an ArcGIS 10 locator style file that will geocode house addresses with Apt or Unit #'s.&amp;nbsp; I have gone through Appendix G of the Customizing Locators document, which is suppose to allow this, but still after customizing my style file as the document instructs I'm not able to geocode Apt or unit #'s.&amp;nbsp; So I was wondering if anyone has had any success in customizing a style file to allow this and are willing to share.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 18:34:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245834#M13976</guid>
      <dc:creator>DaleSimper</dc:creator>
      <dc:date>2011-03-21T18:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245835#M13977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please try the attached style.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 19:00:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245835#M13977</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2011-03-22T19:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245836#M13978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That works great, thanks a lot Bruce.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 16:53:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245836#M13978</guid>
      <dc:creator>DaleSimper</dc:creator>
      <dc:date>2011-03-23T16:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245837#M13979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bruce, thanks again for the style file.&amp;nbsp; I've built a locator from it and it works great for addresses with a Unit Number, but I've noticed that when I geocode an address that doesn't have a unit number it still keeps the unit separator #, (ie 100 E 200 N #).&amp;nbsp; So I was wondering is there a way to have it keep the separator when there is a unit number and to not have it when there isn't a unit number?&amp;nbsp; I have a 9.3 style file that does this so I'm assuming it's possible with 10 too.&amp;nbsp; Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 20:58:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245837#M13979</guid>
      <dc:creator>DaleSimper</dc:creator>
      <dc:date>2011-03-23T20:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245838#M13980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi&lt;BR /&gt;&lt;BR /&gt;Please try the attached style.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bruce &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This locator template appears to work but if you try to geocode in batch then all apartments at one address will match with a tie (if ties are allowed) at one of the address points at random.&amp;nbsp; So if you have 3 points at one Address:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;100 W Oak St, Apt 1, City, State&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;100 W Oak St, Apt 2, City, State&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;100 W Oak St, Apt 3, City, State&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you review for re-match and filter on the ties and select the 100 W Oak St, Apt 1, City, State record and view Candidates you will see all three addresses listed above with scores of 100 each as candidates.&amp;nbsp; So it appears as thought the locator template is not adjusting the score based on the unit number?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The white paper "Customizing Locators in ArcGIS 10" needs a lot more imbelishing to help us understand how to actually "customize" the locator.&amp;nbsp; This white paper describes the "theory of customizing the locator".&amp;nbsp; I was excited to see the Appendix areas especially Appendix "G" but again, There was not enough information contained within the appendix to actually perform the customization.&amp;nbsp; A tutorial on "How to incorporate Apartment or Unit number into a Locator template" would be very helpful.&amp;nbsp; Also a Locator Template filled with Comments to help those of us that want to modify the locator.&amp;nbsp; Something like "Modify the values below to adjust the score values associated with the address components".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tracy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 12:32:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245838#M13980</guid>
      <dc:creator>TracyGarrison</dc:creator>
      <dc:date>2011-03-25T12:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245839#M13981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have attached a locator style that fixes the issues that you are seeing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 21:00:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245839#M13981</guid>
      <dc:creator>BradNiemand</dc:creator>
      <dc:date>2011-04-25T21:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245840#M13982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any plan to roll a unit locator style such as those posted here into the core product? We need to build something similar but I am not keen on using something that is not officially supported.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 17:27:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245840#M13982</guid>
      <dc:creator>BillRose</dc:creator>
      <dc:date>2012-04-05T17:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245841#M13983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there any plan to roll a unit locator style such as those posted here into the core product? We need to build something similar but I am not keen on using something that is not officially supported.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can vote for the idea to increase the chance of ESRI considering it...&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://ideas.arcgis.com/ideaView?id=08730000000by67"&gt;http://ideas.arcgis.com/ideaView?id=08730000000by67&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 22:41:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245841#M13983</guid>
      <dc:creator>DanMcCoy</dc:creator>
      <dc:date>2012-04-25T22:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245842#M13984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have attached a locator style that fixes the issues that you are seeing.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still seeing the # marks as described above when using the second file provided. Do I need a service pack to sort this? I'm currently not running any service parks on ArcGIS 10 Desktop. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DK&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 01:07:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245842#M13984</guid>
      <dc:creator>DarrochKaye</dc:creator>
      <dc:date>2012-05-22T01:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245843#M13985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been using this locator style for a while now, but I have run into a problem when a hyphen seperates a building and unit number.&amp;nbsp; For example, in my reference data I have the unit numbers in the format of #6A (building 6 unit A), but the table I am trying to match uses a hyphen like #6-A.&amp;nbsp; The score is dropped to 56.34 and and any unit with the same building number gets the same score (#6A and #6B etc get the same 56.34 score).&amp;nbsp; What do I need to modify to get #6-A to match #6A without a score penalty?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 18:33:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245843#M13985</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2012-05-22T18:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245844#M13986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;All,&lt;BR /&gt;&lt;BR /&gt;I will throw my version into the ring.&amp;nbsp; There is another thread on the forums that covers some of this, but in a nutshell the attached style handles addresses with fractional addresses as well as units.&amp;nbsp; Full disclosure:&amp;nbsp; I made my best attempt at customizing my own locator style but it ended up having some minor "quirks" that I simply could not resolve.&amp;nbsp; Brad, from ESRI, made some edits to the style that resolved the quirks--at least in my case.&lt;BR /&gt;&lt;BR /&gt;Tracy is correct that the white paper does not go quite far enough with information about customizing.&amp;nbsp; And I echo the need for this style to be included in the core product.&amp;nbsp; I just promoted the idea linked above.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This download link is dead...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 21:12:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245844#M13986</guid>
      <dc:creator>RoyJackson1</dc:creator>
      <dc:date>2012-06-04T21:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245845#M13987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Roy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just noticed your post, so I am attaching the file again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 21:06:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245845#M13987</guid>
      <dc:creator>BrianOevermann</dc:creator>
      <dc:date>2012-06-20T21:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245846#M13988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this for 9.3? The file I found here is not xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Roy,&lt;BR /&gt;&lt;BR /&gt;I just noticed your post, so I am attaching the file again.&lt;BR /&gt;&lt;BR /&gt;Brian&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 23:13:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245846#M13988</guid>
      <dc:creator>BillRose</dc:creator>
      <dc:date>2012-06-20T23:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245847#M13989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry but this link has the same problem as your older post (#10)... The attachment can't be downloaded. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Whoops! In my haste I grabbed the old style.&amp;nbsp; Attached should be the latest.&amp;nbsp; Apologies to all...&lt;BR /&gt;&lt;BR /&gt;Brian&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 13:34:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245847#M13989</guid>
      <dc:creator>BillRose</dc:creator>
      <dc:date>2012-06-21T13:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245848#M13990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bill,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure why my attachment is not working correctly.&amp;nbsp; Post #35 in the link below should be the same file after Brad from ESRI made some tweaks.&amp;nbsp; There is a lot that the white paper fails to cover...&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/28535-Geocoding-Addresses-with-Apartment-Units?p=128250&amp;amp;viewfull=1#post128250"&gt;&lt;BR /&gt;http://forums.arcgis.com/threads/28535-Geocoding-Addresses-with-Apartment-Units?p=128250&amp;amp;viewfull=1#post128250&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I "re-zipped" the file and I am attaching it yet again, but I am guessing that it is a problem with the system and not the file specifically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 13:45:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245848#M13990</guid>
      <dc:creator>BrianOevermann</dc:creator>
      <dc:date>2012-06-21T13:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245849#M13991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That did it. Thanks! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Bill,&lt;BR /&gt;&lt;BR /&gt;I'm not sure why my attachment is not working correctly.&amp;nbsp; Post #35 in the link below should be the same file after Brad from ESRI made some tweaks.&amp;nbsp; There is a lot that the white paper fails to cover...&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/28535-Geocoding-Addresses-with-Apartment-Units?p=128250&amp;amp;viewfull=1#post128250"&gt;&lt;BR /&gt;http://forums.arcgis.com/threads/28535-Geocoding-Addresses-with-Apartment-Units?p=128250&amp;amp;viewfull=1#post128250&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I "re-zipped" the file and I am attaching it yet again, but I am guessing that it is a problem with the system and not the file specifically.&lt;BR /&gt;&lt;BR /&gt;Brian&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 13:47:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245849#M13991</guid>
      <dc:creator>BillRose</dc:creator>
      <dc:date>2012-06-21T13:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245850#M13992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bill,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure what was wrong with the original zip file but I am glad it now works! Let me know how it works (if it works) for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 13:52:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245850#M13992</guid>
      <dc:creator>BrianOevermann</dc:creator>
      <dc:date>2012-06-21T13:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245851#M13993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see many of the same parsing issues with this locator that Roy Jackson describes here: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/28535-Geocoding-Addresses-with-Apartment-Units?p=208831&amp;amp;viewfull=1#post208831"&gt;http://forums.arcgis.com/threads/28535-Geocoding-Addresses-with-Apartment-Units?p=208831&amp;amp;viewfull=1#post208831&lt;/A&gt;&lt;SPAN&gt;. For example, "999 Little Knoll Lane" is standardized as HN: "999", SN: "Little", ST: "Knl", UN: "Lane".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Bill,&lt;BR /&gt;&lt;BR /&gt;...Let me know how it works (if it works) for you.&lt;BR /&gt;&lt;BR /&gt;Brian&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 16:51:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245851#M13993</guid>
      <dc:creator>BillRose</dc:creator>
      <dc:date>2012-06-21T16:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245852#M13994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is an old thread but 10.2 does not seem to support any of the locators provided here. Does anyone have a 10.2 version that supports units. How many more years are we going to have to chase these down in forum threads instead of this being a core locator in the product?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 14:22:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245852#M13994</guid>
      <dc:creator>RonnieRichards</dc:creator>
      <dc:date>2013-09-03T14:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Style for Apt or Units</title>
      <link>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245853#M13995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@Bill,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got really busy with other stuff and failed to respond to your post from June.&amp;nbsp; I suspect you are getting similar standardization issues as the other style because they are mostly the same style "under the hood".&amp;nbsp; As I have mentioned in this and/or other similar posts, I simply modified esri's existing style to add fractionals and units (with some additional tweaking by Brad from esri because the white paper doesn't go into enough detail). So the modified style is just taking into account additional fields and retains whatever issues might exist in the original style from which it was based.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@Ronnie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't upgraded to 10.2 yet, so I have no idea if I will experience the same issue nor do I have any way to test.&amp;nbsp; That the 10.1 locators do not work in 10.2 is very unsettling.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you even remotely agree that these styles belong in the style list by default, please vote for the idea that is linked in response #8.&amp;nbsp; It is likely the only way esri will listen to our pleas.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 16:34:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/locator-style-for-apt-or-units/m-p/245853#M13995</guid>
      <dc:creator>BrianOevermann</dc:creator>
      <dc:date>2013-09-03T16:34:11Z</dc:date>
    </item>
  </channel>
</rss>

