Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2024 11:42 PM
I am passing the below input to XML formatter from mapper snap as string to XML formatter snap.
Before XML formatter snap:
"openEngine":
"<items>\n<item \n</item>\n</items>"
After XML Formatter snap:
<?xml version='1.0' encoding='UTF-8'?><openEngine><items>
<item
</item>
</items></openEngine>
<item
</item>
</items></openEngine>
Expected Output:
<?xml version='1.0' encoding='UTF-8'?><openEngine><items>
<item
<item>
<items></openEngine>
<item
<item>
<items></openEngine>
Please can you advise on this. Thanks in advance!
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2024 07:53 AM
I checked in Canonical XML checkbox in XML formatter snap and it worked!!!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2024 07:53 AM
I checked in Canonical XML checkbox in XML formatter snap and it worked!!!
