<?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: Geocoding multiple addresses in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-multiple-addresses/m-p/709715#M66011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you! I think my best option will probably be publishing my own geoprocessing service, but is it possible to get individual address information from the JSON to construct a new table in JavaScript?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Apr 2013 00:55:45 GMT</pubDate>
    <dc:creator>AlexSarracino</dc:creator>
    <dc:date>2013-04-16T00:55:45Z</dc:date>
    <item>
      <title>Geocoding multiple addresses</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-multiple-addresses/m-p/709713#M66009</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 am new to using the ESRI JavaScript API. I am currently trying to develop an application but I am having troubles with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The application I am developing uses a .csv file with a bunch of locations. The fields for each location are the address, zipcode, county, city, and state. It then geocodes each location and returns another .csv file with all the the address, zipcode, county, city, state, latitude, and longitude. The .csv file usually has over 10,000 addresses.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using a .csv file to geocode the addresses isn't the important part, I could convert the .csv file into something else if necessary, what I am having trouble with is with the geocoding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked at the samples online and the tutorials but did not find any that would geocode multiple addresses and that would return a file instead of just placing a mark on the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone please give me an idea of how this could be accomplished using the API? Tutorials/Samples would be extremely helpful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 18:14:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-multiple-addresses/m-p/709713#M66009</guid>
      <dc:creator>AlexSarracino</dc:creator>
      <dc:date>2013-04-15T18:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding multiple addresses</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-multiple-addresses/m-p/709714#M66010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;our locatorTask includes an &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/locator.html#addressesToLocations"&gt;addressesToLocations()&lt;/A&gt;&lt;SPAN&gt; method which would allow you to batch geocode against ArcGIS Server 10.1, but geocoding services return a collection of JSON features which are typically handled as graphics in memory in JavaScript applications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you want to take CSV and write out a flat file (like shapefile) instead, you'd be better off publishing your own &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/geoprocessor.html"&gt;geoprocessing&lt;/A&gt;&lt;SPAN&gt; service which calls a model which does the geocoding and writes an output file which can be downloaded from within your application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we don't have any examples of that exact workflow, but you might want to check out &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jssamples/gp_clipasync.html"&gt;this&lt;/A&gt;&lt;SPAN&gt; sample to see how geoprocessing services are called and how flat files can be made accessible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 19:20:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-multiple-addresses/m-p/709714#M66010</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-04-15T19:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding multiple addresses</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-multiple-addresses/m-p/709715#M66011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you! I think my best option will probably be publishing my own geoprocessing service, but is it possible to get individual address information from the JSON to construct a new table in JavaScript?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 00:55:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-multiple-addresses/m-p/709715#M66011</guid>
      <dc:creator>AlexSarracino</dc:creator>
      <dc:date>2013-04-16T00:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding multiple addresses</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-multiple-addresses/m-p/709716#M66012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;not identical, but check out &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jssamples/find_map_datagrid.html"&gt;this&lt;/A&gt;&lt;SPAN&gt; sample to see how attributes from the JSON featureset returned by the FindTask are written to a dojo table for an example in action.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 16:00:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocoding-multiple-addresses/m-p/709716#M66012</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-04-16T16:00:22Z</dc:date>
    </item>
  </channel>
</rss>

