Skip to content
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

Issue when it find 2 possible street type #19

Open
griiettner opened this issue Sep 4, 2018 · 2 comments
Open

Issue when it find 2 possible street type #19

griiettner opened this issue Sep 4, 2018 · 2 comments

Comments

@griiettner
Copy link

When the script find a address with 2 possible street type, it grabs the first one as street type and not the last. Blvd should be considered the street type, and not Beach, but it is now ignored and left as part of the City name

760 South Beach Blvd La Habra, CA 90631-6416

the result is

{ "number": "760", "street": "South", "type": "Bch", "city": "Blvd La Habra", "state": "CA", "zip": "90631", "plus4": "6416" }

@cody-lettau
Copy link

I am running into this issue as well.

@varadara
Copy link
Contributor

Not sure if this is possible in your particular use case but adding a comma before the city seems give the correct results
760 South Beach Blvd, La Habra, CA 90631-6416

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants