M
M Enfroy
How can I parse data from a field where the data I want to extract is
separated by spaces? (See sample data below). I would like to have one
field that contains all the data (as in sample below) and then other fields
where I store the extacted data, for example, store zip code data in a
separate zipcode field, store city in a separate city field, etc. I haven't
been able to figure this out using substring text functions. Is there some
way I could specify this by counting the spaces (i.e, extract data for fieldX
from fieldY by grabbing all data in between the 6th space and the 7th space).
Keep in mind that I am not a scripter/programmer. Here's a sample of the
actual data:
DOE, JOHN (248) 555-1212 (517) 555-1212
8/9/2004 From 11:00:00 AM to 2:00:00 PM Eastern
MyCorp
1000 Republic Drive
Anywhere MI 48126 United States
Hal Jones
313-555-1212
(e-mail address removed)
PRODUCTA--Demo
PRODUCTB--Demo
separated by spaces? (See sample data below). I would like to have one
field that contains all the data (as in sample below) and then other fields
where I store the extacted data, for example, store zip code data in a
separate zipcode field, store city in a separate city field, etc. I haven't
been able to figure this out using substring text functions. Is there some
way I could specify this by counting the spaces (i.e, extract data for fieldX
from fieldY by grabbing all data in between the 6th space and the 7th space).
Keep in mind that I am not a scripter/programmer. Here's a sample of the
actual data:
DOE, JOHN (248) 555-1212 (517) 555-1212
8/9/2004 From 11:00:00 AM to 2:00:00 PM Eastern
MyCorp
1000 Republic Drive
Anywhere MI 48126 United States
Hal Jones
313-555-1212
(e-mail address removed)
PRODUCTA--Demo
PRODUCTB--Demo