-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't identify 9 digit zips #12
Comments
In the original Perl implementation the ZIP+4 code is parsed but later stripped out. This library also behaves the same. But I'm open to keep the ZIP+4 code as additional property. Any thoughts on the property name? May be |
plus4 or zip4 would both make sense to me. Please do let me know if you are able to do this as I’m certainly interested.
Thanks,
Ken
…On 15 Dec 2017, 16:19 +0000, Hassansin ***@***.***>, wrote:
In the original Perl implementation the ZIP+4 code is parsed but later stripped out. This library also behaves the same. But I'm open to add ZIP+4 code as additional property. Any thoughts on the property name? May be plus4?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Can you try it on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I type 90291-3064 in as the address (either by itself or at the end of a street address) I'd expect the parser to be able to identify this as a Zip+4 format but instead it either truncates the +4 part of the zip when it is hanging off a street address or associates the +4 part as being a street number.
The text was updated successfully, but these errors were encountered: