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

Test city parsing #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Test city parsing #2

wants to merge 1 commit into from

Conversation

hollanddd
Copy link

I could very likely be doing something wrong here but currently:

list.each {|address| p address; p Indirizzo::Address.new(address).city }
=>
"580 Cape Cod Ln # 10 Ste 10 Altamonte Spgs, FL 32714"
["fl"]
"482 E Altamonte Dr # 1009 Ste 1009 Altamonte Springs, FL 32701"
["fl"]
"851 W State Road 436 # 1015 Ste 1015 Altamonte Springs, FL 32714"
["fl"]
"258 E Altamonte Dr # 1000 Ste 1000 Altamonte Springs, FL 32701"
["fl"]
"6730 Clair Shore Dr Apollo Beach, FL 33572"
["fl"]
"6308 Lake Sunrise Dr Apollo Beach, FL 33572"
["fl"]
"815 S Orange Blossom Trl Apopka, FL 32703"
["fl"]
"1483 Country Mansion CT Apopka, FL 32703"
["fl"]
"201 N 11th Ave Arcadia, FL 34266"
["fl"]

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

Successfully merging this pull request may close these issues.

1 participant