How do I escape a single quote
How do I escape a single quote or apostrophe in the data mapper?
For example:
My field name is name with a value of O'Connell and I'd like to pass this value through to the target schema.
0
-
You can use the translate function:
translate( $Input_XMLSchema/data/patients/patient/info/logger/name,$apos," '$apos' " )
0
Please sign in to leave a comment.
Comments
1 comment