Address capture
# 🤝help
l
I've been working with the full address capture card. It doesn't appear that state is captured. Additionally, sometimes number and country are resolved and sometimes they are not. For example, 1234 Fake St. Charleston, SC 29412 results in: Object:{} 5 keys country:null city:"Charleston" street:"123 Fake St." zip:"29412" number:null
f
Is the state issue specific to when it is written with it's 2 letter code or does it also happen when it's spelled out
when country is provided does it work better?
in this example the number 4 is dropped on the street number, is that what you mean?
l
It happens both with the 2-letter abbreviation and spelled out. I haven't seen it dropping numbers (I think that was just a transcription error on my part). It looks like there is no key|value pair in the address object for state, only country.
5 Views