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.
- XML Input
- EDI Output
<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>
CUS~John^Doe~1901-01-07~john.doe@example.com
Last update on Feb 25, 2025