Edit

TestLiquidTransformKind enum

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.