jaswdr / faker

:rocket: Ultimate fake data generator for Go with zero dependencies
https://pkg.go.dev/github.com/jaswdr/faker
MIT License
566 stars 59 forks source link

[FEATURE] Users can generate bank account id Uding their country code or without it #149

Open shubhankar-mern opened 1 year ago

shubhankar-mern commented 1 year ago

Is your feature request related to a problem? Please describe. Users could specify the country code as an input parameter or option when generating a bank account ID. For example, they might provide a country code like "US" for the United States or leave it blank for a default or random country.

Describe the solution you'd like Yes, different countries may have specific rules and formats for bank account IDs. It would be essential to have a mechanism that considers these rules when generating bank account IDs for a specific country. Additionally, you may need a default format for cases where the country code is not provided.

Describe alternatives you've considered None alternatives as of now

Additional context The purpose of generating bank account IDs can vary. It could be for testing, simulation, generating sample data, or any other scenario where having realistic-looking bank account IDs is necessary.The purpose of generating bank account IDs can vary. It could be for testing, simulation, generating sample data, or any other scenario where having realistic-looking bank account IDs is necessary.

shubhankar-mern commented 1 year ago

I have send a merge request at branch issue-148 @jaswdr kindly review and merge