|
I have a number of addresses in my list that would not validate. Can you tell me why? 16321 Pacific Coast HWY 128 Pacific Palisades, CA (I looked this up on google maps and it is there) 7800 Saulsalito Ave West Hills CA 91304 (This is also on google maps) |
|
I'll start making a list of addresses where the address verification has been questioned and the solutions. Original Input: Output: This fails because an exact determination for the street name is unavailable. It could be 16321 Pacific Coast or HWY 128. It is ambiguous. However, once a # is added in front of the 128, it validates perfectly. Original Input: Output: This fails because the street name is misspelled. It should be Sausalito. Once the spelling is corrected, it validates perfectly. |
Follow this question
By Email:Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
- *italic* or _italic_
- **bold** or __bold__
- link:[text](http://url.com/ "title")
- image?
- numbered list: 1. Foo 2. Bar
- to add a line break simply add two spaces to where you would like the new line to be.
- basic HTML tags are also supported
Tags:
Asked: 08 Dec '11, 13:12
Seen: 251 times
Last updated: 03 Apr, 15:30