Values.MappingSourceSpecifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
type nonrec t = {templateLanguage : MappingTemplateLanguage.t;The transformation language for the template, either XSLT or JSONATA.
*)template : MappingTemplate.t option;A string that represents the mapping template, in the transformation language specified in templateLanguage.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of MappingTemplate.t ]) list ]