Hi friends:
I am importing data from a very old database (70s vintage) and it stores names in a 27-char field whose output is like:
SMITH ROBERT A
I would have thought that, even in the 70s this would have been a bad design, but there you are.
That goes into a field 'name' in the temp table I import into.
Would some kind 'Tipper guide me on how I might take that field and split it into a more appropriate format, i.e. "LAST" and "FIRST" and "MIDDLE"? The format of the orig is always LAST[space]FIRST[space]MIDDLE1[space]MIDDLE2[space]. (Some people have two middle initials).
I am most grateful for any assistance!
Thanks!
NY
I am importing data from a very old database (70s vintage) and it stores names in a 27-char field whose output is like:
SMITH ROBERT A
I would have thought that, even in the 70s this would have been a bad design, but there you are.
That goes into a field 'name' in the temp table I import into.
Would some kind 'Tipper guide me on how I might take that field and split it into a more appropriate format, i.e. "LAST" and "FIRST" and "MIDDLE"? The format of the orig is always LAST[space]FIRST[space]MIDDLE1[space]MIDDLE2[space]. (Some people have two middle initials).
I am most grateful for any assistance!
Thanks!
NY