Values.InputConversionSourceContains the input formatting options for an inbound transformer (takes an X12-formatted EDI document as input and converts it to JSON or XML.
type nonrec t = {fromFormat : FromFormat.t;The format for the transformer input: currently on X12 is supported.
*)formatOptions : FormatOptions.t option;A structure that contains the formatting options for an inbound transformer.
*)advancedOptions : AdvancedOptions.t option;Specifies advanced options for the input conversion process. These options provide additional control over how EDI files are processed during transformation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of
X12ElementLengthValidationRuleMaxLengthInteger.t
| `List of
[> `String of String_.t ] list
| `String of ElementId.t ])
list ])
list ]
list ])
list ])
list ])
list ])
list ]