smmedeiros
Technical User
I'm trying to extract everything to the right of a particular field value
example:
1 of 2 servers to replace the existing Sterling Gateway and backup server PATCHING SCHEDULE 7/13/12 5PM -7/14/12 5AM [2AM-5AM reboot window]
I want my results to be:
PATCHING SCHEDULE 7/13/12 5PM -7/14/12 5AM [2AM-5AM reboot window]
content before the keyword "PATCHING" can be of variable length and characters
content after the keyword "PATCHING" can be of variable length & characters.
Common throughout will be keyword "PATCHING"
I'm familiar with the use of extractstring, however, that requires a start and ending point. I want everything after the keyword PATCHING.
Appreciate any/all ideas.
Thanks
example:
1 of 2 servers to replace the existing Sterling Gateway and backup server PATCHING SCHEDULE 7/13/12 5PM -7/14/12 5AM [2AM-5AM reboot window]
I want my results to be:
PATCHING SCHEDULE 7/13/12 5PM -7/14/12 5AM [2AM-5AM reboot window]
content before the keyword "PATCHING" can be of variable length and characters
content after the keyword "PATCHING" can be of variable length & characters.
Common throughout will be keyword "PATCHING"
I'm familiar with the use of extractstring, however, that requires a start and ending point. I want everything after the keyword PATCHING.
Appreciate any/all ideas.
Thanks