on 2024 Nov 28 4:18 PM
Hi Experts,
I have used a script which was running fine but suddenly there is an error seen as mentioned below-
Request clarification before answering.
Hello,
You can add the following lines to your code:
// Get the body of the message as a String
def body = message.getBody(String)
// the below code solves the non-breaking space issue
String nbspHTML = ' '
String nbspXML = ' '
body = ((String)body).replaceAll(nbspHTML, nbspXML)
BR,
Andrzej
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
41 | |
15 | |
10 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.