I get value "Windows has found N update", I used windows event log to retrieve data and now I want to preprocess it so it show a good dashboard. But now my problem, I don't know how I can convert the numeric value inside the string value
in the "Windows has found N update" I only want to process the "N", so it shows a number as preprocess output
Pattern -> "Windows has found N to N update" -> "N" <- Output
Thank you
in the "Windows has found N update" I only want to process the "N", so it shows a number as preprocess output
Pattern -> "Windows has found N to N update" -> "N" <- Output
Thank you
Comment