Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 08-13-2021 07:33 AM
@smartraman
You can use a ReplaceText processor to remove these special characters from your json.
Using your example, I could produce yoru desired output using the following java regular expression:
(\\")|[\Q[\E]|[\Q]\E]
Source:
My ReplaceText processor was configured as follows:
result:
If you found this response addressed your query, please take a moment to login and click on "Accept as Solution".
Thank you,
Matt