XML to EDI component
The XML to EDI component converts messages in the XML representation produced by the EDI to XML component into EDI messages.
Example
When given the following input:
<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>
The XML to EDI component will yield the following output:
CUS~John^Doe~1901-01-07~john.doe@example.com