We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recipe:
- var: snowfakery_locale value: en_US - object: Address__c count: 3 fields: __state: fake: State __stateAbbr: fake: StateAbbr __zip: fake: PostalcodeInState Person_Account1__c: reference: Account Name: fake: StreetAddress City__c: fake: city Country__c: US State__c: ${{__stateAbbr}} Postal_Code__c: '${{__zip}}' Zip__c: '${{__zip}}' Type__c: Home
Relavent output:
Country__c=US, State__c=UT, Postal_Code__c=3155
3155 is not in the range for UT https://github.com/joke2k/faker/blob/a565d46e928dba18938164de2125de1aabc3f825/faker/providers/address/en_US/__init__.py#L281
3155
UT
Looks like it's in the range for NH
NH
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Recipe:
Relavent output:
3155
is not in the range forUT
https://github.com/joke2k/faker/blob/a565d46e928dba18938164de2125de1aabc3f825/faker/providers/address/en_US/__init__.py#L281
Looks like it's in the range for
NH
The text was updated successfully, but these errors were encountered: