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

Need an address "object" that has a street, city, zip that correlate #1958

Closed
niedfelj opened this issue Apr 3, 2020 · 0 comments · Fixed by #1965
Closed

Need an address "object" that has a street, city, zip that correlate #1958

niedfelj opened this issue Apr 3, 2020 · 0 comments · Fixed by #1965

Comments

@niedfelj
Copy link

niedfelj commented Apr 3, 2020

Is your feature request related to a problem? Please describe.
We do some geocoding in our app that requires that we can actually look up the fake addresses we generate, and our db fields are separated into street, city, zip etc. We could probably parse the full_address response, but would be better to have a real fake address that we could geocode against with separate fields for pulling parts out.

If you're adding new objects, please describe how you would use them
Just have Faker::Address.full_address_hash or full_address_object so we can easily pull parts out. And have them be "real", at least for city, zip, pairs.

Describe alternatives you've considered
Parsing the existing full_address

Additional context

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 a pull request may close this issue.

1 participant