cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Help me parse or replace

marusla
Frequent Guest

hello i have this data : "\Microsoft\Windows\IPAM\ServiceMonitoring" 

i want to delete de "\ at the start and " and the end, but i don´t know how to do it, maybe could you help me

2 REPLIES 2

dannemca
DynaMight Guru
DynaMight Guru

Try this parse and let us know

data record(string= "\"\\Microsoft\\Windows\\IPAM\\ServiceMonitoring\"")

| parse string, """ '\"\\' LD:result '\"' """

Screenshot 2025-08-25 170407.png

Regards

Site Reliability Engineer @ Kyndryl

thak you, it works!!!!

Featured Posts