Hi All,
We are storing the following data in a text type process variable and mapping it to generate .xml document:-
<Root> <name>ABC</name> <description> <Test Data> "Hello Everyone!" The test isn't done & need further analysis. Refer the file path below: File Path: \\abc\bqpv\¿01. Client File / 729 </description></Root>
We would like to know if there is any out of box feature to handle the characters like & \b <> " ' which is present in the above example inside the tag <description>
Discussion posts and replies are publicly visible
Not sure if this helps..If we encounter odd/special characters from copy/paste text, executing a Regexreplaceall() function to strip illegal or unwanted characters can be useful.
Thansk Joe for the solution. regexreplaceall() function is a plugin function and also it checks for a specific pattern. Hence, not sure if that will work.