Not Parsed Correctly.
This address 3122 WEST ALPINE STREET SANTA ANA , CALIFORNIA 92704
Is parsing the CITY as ANA CALIFORNIA and Place name as SANTA
result from my code:
3122 WEST ALPINE STREET SANTA ANA , CALIFORNIA 92704 OrderedDict([('AddressNumber', '3122'), ('StreetNamePreDirectional', 'WEST'), ('StreetName', 'ALPINE'), ('StreetNamePostType', 'STREET'), ('PlaceName', 'SANTA'), ('StateName', 'ANA CALIFORNIA'), ('ZipCode', '92704')])
Hi @rajeshsirsikar-bq! We've made some updates to the package recently and it seems like this particular address is correctly being parsed now:
| Address part | Tag |
|---|---|
| 3122 | AddressNumber |
| WEST | StreetNamePreDirectional |
| ALPINE | StreetName |
| STREET | StreetNamePostType |
| SANTA ANA | PlaceName |
| CALIFORNIA | StateName |
| 92704 | ZipCode |
Have you come across any more examples of this issue lately? If so, a few examples would be a huge help, but no worries if not!