G
Gina
I have to parse some data (8000+ records). One field which is giving
me a particular headache is in the following format:
The quick brown fox[space][space][space]Star Wars[space][space]
[space]00:03:20
where [space] represents a space.
This field needs to be split into 3 fields:
The quick brown fox
Star Wars
00:03:20
The first 2 fields are of varying lengths, the third field is always
fixed in length. There is always 1 space between the words in the
first 2 fields and always 3 spaces separating the fields.
Can anyone suggest how to do this?
Thanks
Gina
me a particular headache is in the following format:
The quick brown fox[space][space][space]Star Wars[space][space]
[space]00:03:20
where [space] represents a space.
This field needs to be split into 3 fields:
The quick brown fox
Star Wars
00:03:20
The first 2 fields are of varying lengths, the third field is always
fixed in length. There is always 1 space between the words in the
first 2 fields and always 3 spaces separating the fields.
Can anyone suggest how to do this?
Thanks
Gina