Hello,
I have one of the field in Cyberark which has a special character.
Retrieve [File
Monitor [FW] end
Monitor [FW] start
Monitor [DR] end
Monitor DR] start
Open File
Set Password
Logon
Logoff
Monitor Backup] end
> SED Command in props.conf --> SEDCMD-cef_name = s/[][]/ /g
I have used SED command in props to replace the special characters, but the client is not happy because we are altering the real data and its syntax. Then, I have reverted the change and tried using the replace command, but for some reason, my replace command is not working.
replace(cef_name, "\[ \]", "")
↧