Concept: Transform Steps
Transform steps enable you to perform individual operations that restructure messages as they
pass through your integration. Workday Studio provides these
Transform
steps on the
Palette
:
Transform Step | Function | Notes |
|---|---|---|
xslt
| Transforms an XML document using an XSL Transformation (XSLT)
stylesheet. |
|
XSLT+
| Transforms an XML document using an XSL Transformation (XSLT)
stylesheet. |
|
fop
| Generates PDF and RTF documents from an XML file. |
|
text-excel
| Converts Excel files into comma-separated-value (CSV) text format
files. Also converts CSV files into Excel files. | |
textschema
| Converts text to XML, or XML to text, using a text schema
file. | |
wrap-soap
| Wraps the XML message in a SOAP envelope for forwarding to a SOAP-based
web service. | |
xml-to-java
| Unmarshals XML to Java objects using JAXB. |
|
json-transformer
| Takes a JSON document as input and transforms it by mapping values to
JSON Paths. | |
xml-to-json
| Converts an XML document to JSON format. | |
json-to-xml
| Converts a JSON document to XML format. | |
java-to-xml
| Marshals Java objects to XML using JAXB. |
|
xml-to-csv
| Converts XML documents to CSV format, while streaming the input and
output documents, producing a low-memory footprint. | |
csv-to-xml
| Converts CSV documents to XML format, while streaming the input and
output documents, producing a low-memory footprint. | |
character-conversion
| Performs character-conversion operations on the text content of an
incoming message. | |
mtable-builder
| Creates and stores a mtable object in a
MediationContext property. |
|
mtable-writer
| Retrieves a mtable object from a
MediationContext property. Displays the contents of
a mtable object in an output message. |
|
etv
| Transforms and validates elements in an XML document in accordance with
attributes attached to those elements. | |
xtt
| Converts XML to text in accordance with attributes defined within the
XML. |