Module Values.InputConversionSource

Contains the input formatting options for an inbound transformer (takes an X12-formatted EDI document as input and converts it to JSON or XML.

Sourcetype nonrec t = {
  1. fromFormat : FromFormat.t;
    (*

    The format for the transformer input: currently on X12 is supported.

    *)
  2. formatOptions : FormatOptions.t option;
    (*

    A structure that contains the formatting options for an inbound transformer.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?formatOptions:??? -> ?advancedOptions:??? -> fromFormat:FromFormat.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t