Skip to main content
Version: 4.17.3

XML to EDI component

The XML to EDI component converts messages in the XML representation produced by the EDI to XML component back into EDI messages.

Configuration

At this moment there are no configuration parameters for this component.

Using XML to EDI

See the example below how the transformation from XML to EDI takes place.

<edi-message>
<delimiters segment="LB" field="~" component="^" sub-component="!" />
<CUS>
<field.1>
<component.1>John</component.1>
<component.2>Doe</component.2>
</field.1>
<field.2>1901-01-07</field.2>
<field.3>john.doe@example.com</field.3>
</CUS>
</edi-message>
Last update on Feb 25, 2025