Skip to content

City & State are incorrect when city name match a US state name #4

@dekelev

Description

@dekelev

When parsing address that contains only city & state and the city name matches a state name, then parsing would probably be incorrect.

Parsing address like New York, NY results with:

{
  street_address1: null,
  city: 'NY',
  state: 'New York',
  postal_code: null,
  country: null
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions