Module Values.ConversionTargetSource

Provide a sample of what the output of the transformation should look like.

Sourcetype nonrec t = {
  1. fileFormat : ConversionTargetFormat.t;
    (*

    Currently, only X12 format is supported.

    *)
  2. formatDetails : ConversionTargetFormatDetails.t option;
    (*

    A structure that contains the formatting details for the conversion target.

    *)
  3. outputSampleFile : OutputSampleFileSource.t option;
    (*

    Customer uses this to provide a sample on what should file look like after conversion X12 EDI use case around this would be discovering the file syntax

    *)
  4. advancedOptions : AdvancedOptions.t option;
}
Sourceval context_ : string
Sourceval make : ?formatDetails:??? -> ?outputSampleFile:??? -> ?advancedOptions:??? -> fileFormat:ConversionTargetFormat.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of BucketName.t | `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