<?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: Multiline Locator in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/multiline-locator/m-p/182670#M10315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The server is setup to only handle single line addresses designed for interactive matching.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can Post batches of multiline addresses for batch processing on the server, but that is not really a very good idea for large databases. You should expect to handle megabyte databases locally (ie on a LAN).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is only limited customisation available for batch format, change the field names etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to have all the address components in four fields like a mailing label.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to split out the components into flat, house, road similar to the format required to build the locator,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but you cannot do that because the geocoding engine is hard coded to only accept a few formats.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to have only&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;flat_house_road&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;suburb_town_locality&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;state_region_city&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;zip_postcode&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;country&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;SPAN&gt;Only the names can change, plus you can parse the contents a few different ways.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You have control of the returned fields, but it is very intricate to change.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Aug 2013 02:02:11 GMT</pubDate>
    <dc:creator>KimOllivier</dc:creator>
    <dc:date>2013-08-06T02:02:11Z</dc:date>
    <item>
      <title>Multiline Locator</title>
      <link>https://community.esri.com/t5/data-management-questions/multiline-locator/m-p/182668#M10313</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;I am very new in Geocoding techniques. Actually I want to customize a multiline address locator for polygon feature class which will be published for arcgis server later. Can anybody guide me from where I can start? I have read somewhere that ArcGIS Desktop 10 does not support multiline address locator then what platform I would need for customization?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 06:48:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/multiline-locator/m-p/182668#M10313</guid>
      <dc:creator>AsidUr_Rehman</dc:creator>
      <dc:date>2013-07-25T06:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline Locator</title>
      <link>https://community.esri.com/t5/data-management-questions/multiline-locator/m-p/182669#M10314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My suggestion is you start with the basics: work through the geocoding tutorial and develop a good understanding of the available locators and then consider your customization ideas.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 13:50:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/multiline-locator/m-p/182669#M10314</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2013-07-25T13:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiline Locator</title>
      <link>https://community.esri.com/t5/data-management-questions/multiline-locator/m-p/182670#M10315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The server is setup to only handle single line addresses designed for interactive matching.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can Post batches of multiline addresses for batch processing on the server, but that is not really a very good idea for large databases. You should expect to handle megabyte databases locally (ie on a LAN).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is only limited customisation available for batch format, change the field names etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to have all the address components in four fields like a mailing label.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to split out the components into flat, house, road similar to the format required to build the locator,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but you cannot do that because the geocoding engine is hard coded to only accept a few formats.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to have only&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;flat_house_road&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;suburb_town_locality&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;state_region_city&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;zip_postcode&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;country&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;SPAN&gt;Only the names can change, plus you can parse the contents a few different ways.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You have control of the returned fields, but it is very intricate to change.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 02:02:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/multiline-locator/m-p/182670#M10315</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2013-08-06T02:02:11Z</dc:date>
    </item>
  </channel>
</rss>

