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

Better example or support for focused address location generation #52

Open
dhartford opened this issue Jul 1, 2021 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@dhartford
Copy link

Is your feature request related to a problem? Please describe.
When trying to create a locale=US scenario with relevant/correlated city/state/zip address, I need to focus on a particular address location (local, country, state, province, postal code, city, etc). There doesn't appear to be a clean way to handle this without generating an exceptionally large dataset and then trim after.

Describe the solution you'd like

    <bean id="floridaAddresses" class="AddressGenerator">
        <property name="state" value="FL"/>
        <property name="locale" value="us"/>
    </bean>

    <bean id="orlandoAddresses" class="AddressGenerator">
        <property name="state" value="FL"/>
        <property name="city" value="orlando"/>
        <property name="locale" value="us"/>
    </bean>

Describe alternatives you've considered
Generate an excessively large dataset, then filter/trim after.

@ake2l ake2l added the enhancement New feature or request label Aug 6, 2021
@PeterBrinkhoff PeterBrinkhoff added this to the Release 2.1.0 milestone Sep 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants