D
David Webb
Hi,
A client is providing me with a CSV and one of the fields is
contactenated. It contains Suburb, State and Postcode in the one
field, but I need it separated. E.g. I'm being sent
Calamvale Qld 4116
To get the post code, I can just grab the right 4 digits but I'm not
sure how I can separate state and post code. I can't use spaces as if
I'm given the following
Mt Gravatt Qld 4122
then I'd end up with suburb of Mt, state of Gravatt. Is there any easy
way that I can parse this string that I'm being sent?
Thanks in advance for any assistance.
Kind Regards,
David.
A client is providing me with a CSV and one of the fields is
contactenated. It contains Suburb, State and Postcode in the one
field, but I need it separated. E.g. I'm being sent
Calamvale Qld 4116
To get the post code, I can just grab the right 4 digits but I'm not
sure how I can separate state and post code. I can't use spaces as if
I'm given the following
Mt Gravatt Qld 4122
then I'd end up with suburb of Mt, state of Gravatt. Is there any easy
way that I can parse this string that I'm being sent?
Thanks in advance for any assistance.
Kind Regards,
David.