Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Azure.Workflows.UnitTesting.Definitions
This enumeration specifies the type of Liquid transformation to perform when executing a data map test. It determines the input and output format combination for the transformation.
Values
| Name | Description |
|---|---|
| NotSpecified | The Liquid transform kind is not specified. |
| JsonToJson | Transforms JSON input content to JSON output. |
| JsonToText | Transforms JSON input content to plain text output. |
| XmlToJson | Transforms XML input content to JSON output. |
| XmlToText | Transforms XML input content to plain text output. |