Describe the bug
First tilde removed in any message in JSON Channel
To Reproduce
- Create a Channel with JSON Datatype input
- Write any message with at least one ~ (e.g. { a: 'a
firstinput', b: 'asecondinput' } )
- Go to Channel Scripts => Preprocessor and log the message
- The example message is displayed without the first ~ ( { a: 'afirst
input', b: 'asecond~input' } )
Expected behavior
The message should keep all tilde characters, as it isn't a HL7 message
Actual behavior
The first occurence of a tilde character is removed
Screenshots
Channel Input:

Error allready in Processed Raw:

Preprocessor Log:

Is logged as:

Additional context
We need the tilde character for intern Api calls, that pings a REST API endpoint.
Describe the bug
First tilde removed in any message in JSON Channel
To Reproduce
firstinput', b: 'asecondinput' } )input', b: 'asecond~input' } )Expected behavior
The message should keep all tilde characters, as it isn't a HL7 message
Actual behavior
The first occurence of a tilde character is removed
Screenshots

Channel Input:
Error allready in Processed Raw:

Preprocessor Log:

Is logged as:

Additional context
We need the tilde character for intern Api calls, that pings a REST API endpoint.