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
detect subfield standard : XXXAdress => XXXCity XXXCountryCode XXXGeocodeAccuracy XXXLatitude XXXLongitude XXXPostalCode XXXStateCode XXXStreet
custom address field : location__c location__City__s, location__CountryCode__s, location__GeocodeAccuracy__s, location__Latitude__s, location__Longitude__s, location__PostalCode__s, location__StateCode__s, location__Street__s
The text was updated successfully, but these errors were encountered:
Fix dufoli#108 handle address field properly in inspect
358bc48
8c67f50
Fix #108 handle address field properly in inspect
950084b
dufoli
Dufgui
Successfully merging a pull request may close this issue.
detect subfield
standard : XXXAdress =>
XXXCity
XXXCountryCode
XXXGeocodeAccuracy
XXXLatitude
XXXLongitude
XXXPostalCode
XXXStateCode
XXXStreet
custom address field : location__c
location__City__s,
location__CountryCode__s,
location__GeocodeAccuracy__s,
location__Latitude__s,
location__Longitude__s,
location__PostalCode__s,
location__StateCode__s,
location__Street__s
The text was updated successfully, but these errors were encountered: