Hello,
I am trying to identify and consolidate addresses that are technically the same, but have various string definitions.
For example:
'0105 Edwards Village Center A203'
'0105 Edwards Village Blvd.'
'0105 Edwards Village Blvd Suite A203'
'0105 Edwards Village Ctr A-203'
'0105 Edwards Village Ctr Ste A-203'
These addresses are the same but different in 'string'.
I need to collapse the addresses to '0105 Edwards Village Blvd' etc.
Is there a way to identify variables that share multiple string attributes?
Thank you.
I am trying to identify and consolidate addresses that are technically the same, but have various string definitions.
For example:
'0105 Edwards Village Center A203'
'0105 Edwards Village Blvd.'
'0105 Edwards Village Blvd Suite A203'
'0105 Edwards Village Ctr A-203'
'0105 Edwards Village Ctr Ste A-203'
These addresses are the same but different in 'string'.
I need to collapse the addresses to '0105 Edwards Village Blvd' etc.
Is there a way to identify variables that share multiple string attributes?
Thank you.
Comment