When executing the line exec(powershell path, powershell command) in the NXLog configuration file, the result is saved correctly but adds a ";" at the end. My question is if there is a way to make it not save that character at the end or remove it afterwards.
The result of the exec command is stored in a variable for later use.
An example exec(powershell path, "echo hello") Prints "hello;"
Thank you very much in advance