|
POST
|
@Nitin_Kulkarni Can you provide more details on how you are using the service? Are you using the geocoding operations via the REST endpoint pages or are you using the service in a web app or ArcGIS Pro? The Address and Candidates fields section of the geocode service's service description page are not tied to the Output fields section listed below in the Locator Properties dialog in ArcGIS Pro. The Candidate fields represents all of the possible fields that can be returned by the locator in the geocode result.
... View more
05-09-2024
12:52 PM
|
0
|
2
|
2044
|
|
POST
|
@T_Mode Is the screenshot the input or the output of geocoding with the ArcGIS World Geocoding Service? The result would have many more fields and include the XY location of the matched location. https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/what-is-included-in-the-geocoded-results-.htm -Shana
... View more
05-09-2024
10:43 AM
|
0
|
0
|
684
|
|
POST
|
@amarcz_cc If you go to the REST endpoint for the CathedralGeocoder service and use the findAddressCandidates operation does the address return any candidates? Or the geocodeAddresses operation https://developers.arcgis.com/rest/services-reference/enterprise/geocode-addresses.htm#ESRI_SECTION1_CBF63516C84B4985A3193F1E752192AC Is the service a single locator or is it a composite locator published as a service? Does the same behavior occur when batch geocoding when the addresses are in multiple fields? -Shana
... View more
05-09-2024
09:26 AM
|
0
|
3
|
1469
|
|
POST
|
@MillieBuckner The tied candidates are coming from the locator. If you want to view what the tied candidates are for the specific address you need to use the Review Addresses pane, which will have a Tied tab showing you all of the matched addresses that had multiple candidates with the same score. The locator arbitrarily picks which candidate of the tied with the same score it will match to. https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/rematch-locations-converted-from-a-table.htm https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/tutorial-rematch-addresses-from-a-geocoded-feature-class.htm
... View more
05-09-2024
08:43 AM
|
0
|
0
|
1564
|
|
POST
|
@JCGuarneri , There is a specific syntax you need to use for the geocodeAddresses operation via REST endpoint and you were not using it, which is why you received the error. Here is an example of the correct syntax, https://developers.arcgis.com/rest/services-reference/enterprise/geocode-addresses.htm#ESRI_SECTION1_CBF63516C84B4985A3193F1E752192AC. The custom output fields are fields that are returned in the geocode result and not input address fields. You would not see the field listed as an input field in the batch geocoding tools in ArcGIS Pro. Based on your current Experience Builder setup from your screenshot, if you searched for a customer's address the result would include the account number. Since the account number is an attribute in the the data used to build the locator, you could build a multirole locator using the PointAddress or StreetAddress role for your existing data, then add the POI role using the existing data and just map PlaceName to the Account number field. Then when you use the locator as a service you can enter either the customer address or the account number in the 'Address or Place' field. https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/combine-multiple-layers-into-a-single-locator.htm https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/tutorial-create-a-multirole-locator.htm https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/introduction-to-locator-roles.htm#ESRI_SECTION1_CE2B24E7AC144C71B645937363ECBCE5
... View more
05-09-2024
08:37 AM
|
0
|
0
|
2395
|
|
POST
|
@JennaPollack What were your steps to add the sheet from your Excel file? How did you try to add the csv? Also remove the space from the name of the excel file and replace it with an underscore before trying to geocode it. https://pro.arcgis.com/en/pro-app/latest/help/data/excel/work-with-excel-in-arcgis-pro.htm
... View more
05-09-2024
08:24 AM
|
0
|
1
|
1563
|
|
POST
|
@Nitin_Kulkarni , Are you referring to the Address Fields section and the Candidate Fields section of the geocode service description page?
... View more
05-08-2024
03:00 PM
|
0
|
4
|
2057
|
|
POST
|
Can you show me the REST endpoint form page that gave you the json result so that I can see what the inputs were for the parameters?
... View more
05-08-2024
01:43 PM
|
0
|
1
|
2427
|
|
POST
|
@Jades1 Is the output feature class named "cyf_geocoding_GeocodeAddress" not listed in the Contents pane in ArcGIS Pro? You should be able to view the "MyProject1.gdb" file geodatabase in your project in Catalog pane underneath Databases or in the MyProject1 folder under the Folders item.
... View more
05-08-2024
01:12 PM
|
0
|
3
|
2928
|
|
POST
|
@JCGuarneri Are you able to show the result from the REST endpoint where you specify an asterisk for the Out Fields parameter in the findAddressCandidates form? The custom output field should be listed in that request result. The fields listed in the Experience Builder screenshot look like the input address fields and not the candidate or output fields. -Shana
... View more
05-08-2024
12:40 PM
|
0
|
0
|
2433
|
|
POST
|
@vyan407 Are you able to provide more details about how the locator was created? What data was used and it's location? Which roles were used? Which version of ArcGIS Pro is this behavior occurring in? -Shana
... View more
05-08-2024
12:35 PM
|
0
|
0
|
541
|
|
POST
|
@AndreasB Would you be able to share the data you are using the build the locator along with the a picture of the field mapping you are using? The locator used in the screenshot in my previous response is from the StreetMap Premium Europe locator and it shows the results you are expecting for suggestions and search results correct? -Shana
... View more
05-08-2024
12:38 AM
|
0
|
0
|
2518
|
|
POST
|
Andreas, Are you zoomed to an extent that covers both cities? Are you getting any suggestions by typing the street name or only when you include part of the house number? Are you expecting to get results like the suggestion in the screenshot? Do you have the city or postal mapped when building the locator? -Shana
... View more
05-06-2024
09:59 AM
|
0
|
2
|
2528
|
|
POST
|
@MillieBuckner You can review the tied address candidates in the Review Addresses pane that are returned from the locator used to geocode the table. https://pro.arcgis.com/en/pro-app/latest/help/data/geocoding/rematch-locations-converted-from-a-table.htm
... View more
05-06-2024
08:58 AM
|
0
|
0
|
1562
|
|
POST
|
@AndreasB Where in the world is the address or street name you are searching for? Are you trying to just get a list of all of the street segments with the name 'Hondbossen'? Is 'Hondsbos' an alternate spelling for 'Hondbossen'? Was the locator created with an alternate name table? -Shana
... View more
05-06-2024
08:13 AM
|
0
|
4
|
2548
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-08-2023 11:15 AM | |
| 1 | 01-28-2025 09:04 AM | |
| 1 | 06-05-2025 08:01 AM | |
| 2 | 07-14-2025 12:11 PM | |
| 1 | 09-25-2024 12:04 AM |
| Online Status |
Offline
|
| Date Last Visited |
02-19-2026
08:29 AM
|