I have a file where the field has the following example:
123 tent st Chicago IL 12345
As you can see there are no delimiters. I need to split this so that I can put the street address in one field, city in one field, state in one field and zip in one field.
I could use some assistance with my problem.
123 tent st Chicago IL 12345
As you can see there are no delimiters. I need to split this so that I can put the street address in one field, city in one field, state in one field and zip in one field.
I could use some assistance with my problem.