InputConversion

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies advanced options for the input conversion process. These options provide additional control over how EDI files are processed during transformation.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: InputConversion.Builder.() -> Unit = {}): InputConversion
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String