B
Bob Smith
I have received data in the following format , which contains thousands of lines of data grouped together in the one column
see sample data below)
PO Box 9 PORT NOARLUNGA
PO Box 519 MCLAREN VALE
62 High Street BURNSIDE
2 Sturt Valley Road STIRLING
Main Road PORT PIRIE
1 South Terrace ADELAIDE
I wish to keep all of the street address data (appears in lower case) but delete the suburb data (appears in CAPS).
eg. using the sample data above, the data required is:
PO Box 9
PO Box 519
62 High Street
2 Sturt Valley Road
Main Road
1 South Terrace
Any help would be greatly appreciated.
Kind regards
Bob
PO Box 9 PORT NOARLUNGA
PO Box 519 MCLAREN VALE
62 High Street BURNSIDE
2 Sturt Valley Road STIRLING
Main Road PORT PIRIE
1 South Terrace ADELAIDE
I wish to keep all of the street address data (appears in lower case) but delete the suburb data (appears in CAPS).
eg. using the sample data above, the data required is:
PO Box 9
PO Box 519
62 High Street
2 Sturt Valley Road
Main Road
1 South Terrace
Any help would be greatly appreciated.
Kind regards
Bob