N
Neel
Hi,
I am trying to split a column of data into multiple columns but I want
to delimit using a word.
e.g.
Row 1 contains the text string - Name changed from abc motor car co to
ABC Motor Car Co
Row 2 - Name changed from jim ellis hyundai of south georgia to Jim
Ellis Hyundai of South Georgia
Each row has a different amount of characters so we can't really use a
fixed width delimiter in this case. My only true delimiter is the text
string 'to'.
I want to break the text in such a way that everything before the word
"to" is in one column and everything after it is in another column.
Is there any way to do this?
Thanks,
Neel.
I am trying to split a column of data into multiple columns but I want
to delimit using a word.
e.g.
Row 1 contains the text string - Name changed from abc motor car co to
ABC Motor Car Co
Row 2 - Name changed from jim ellis hyundai of south georgia to Jim
Ellis Hyundai of South Georgia
Each row has a different amount of characters so we can't really use a
fixed width delimiter in this case. My only true delimiter is the text
string 'to'.
I want to break the text in such a way that everything before the word
"to" is in one column and everything after it is in another column.
Is there any way to do this?
Thanks,
Neel.