Guys I require to extract information from a long column but the value is not always the same.
How can I run a script that would return the information every time.
What I am trying to do is as follow:
CMP=WIN-ASO4LB0DDV6;MULTIIDX=0.500;VER
the string above is always in the column.
The value I want to get is the following: The beginning of MULTIIDX=0,500 and before the;VER value
so that all that is returned is MULTIIDX=0,500
I have some part of it working but I cannot figure out a way to eliminate the beginning of the string.
Any help would be appreciated.
How can I run a script that would return the information every time.
What I am trying to do is as follow:
CMP=WIN-ASO4LB0DDV6;MULTIIDX=0.500;VER
the string above is always in the column.
The value I want to get is the following: The beginning of MULTIIDX=0,500 and before the;VER value
so that all that is returned is MULTIIDX=0,500
I have some part of it working but I cannot figure out a way to eliminate the beginning of the string.
Any help would be appreciated.