Values.X12SplitOptionsSourceContains options for splitting X12 EDI files into smaller units. This is useful for processing large EDI files more efficiently.
type nonrec t = {splitBy : X12SplitBy.t;Specifies the method used to split X12 EDI files. Valid values include TRANSACTION (split by individual transaction sets), or NONE (no splitting).
*)}