I am trying to parse out this string, NAME]:VOLUME [CLASS]:STORAGE VOLUMES [GUID]:************************** [DEVICEID]:*************************************
I only want the information after [DEVICEID]: The information after deviceid varies in length and information that will be in this field.
I have not been able to get this one, I have tried text to columns with ]: as my delimeter, I have tried regex with multiple different statements.
Anyone have hints, or tricks?