Hello again gurus!
Thank you for taking the time to check on this.
My current dilemma is that I have thousands of lines of addresses which I need to split into:
- Add L1
- Add L2
- City
- State
- Zip Code
But the format of the addresses is different per line (some have commas or separators) and my biggest challenge is that some addresses have Line 2 some don't have Line 2 (Apt # / Unit #).
Here is a sample list:
Please note that the address list above may not be true/correct address as it is only solely for example purpose.
What could be the best way to split these addresses?
Here's a snapshot from the file:
I hope you guys can shed some light on this that I'm facing, thanks in advance!
Thank you for taking the time to check on this.
My current dilemma is that I have thousands of lines of addresses which I need to split into:
- Add L1
- Add L2
- City
- State
- Zip Code
But the format of the addresses is different per line (some have commas or separators) and my biggest challenge is that some addresses have Line 2 some don't have Line 2 (Apt # / Unit #).
Here is a sample list:
| |
| |
| |
| |
| |
| |
| |
| |
|
Please note that the address list above may not be true/correct address as it is only solely for example purpose.
What could be the best way to split these addresses?
Here's a snapshot from the file:
I hope you guys can shed some light on this that I'm facing, thanks in advance!