XSLT (Extensible Stylesheet Language Transformations) is a language designed to transform XML documents into other XML or text formats.
In SAP Cloud Integration, XSLT mapping can only be applied when the payload is in XML format.
For JSON payloads, you would first convert JSON → XML, then apply XSLT mapping.
Other options:
HTML → Not used for XSLT mapping.
JSON → Requires conversion first, cannot be directly used.
PHP → A programming language, unrelated to mappings.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit