Frends.Edifact.ConvertToXml / 1.1.0
Summary
Parses an EDIFACT interchange into XML, resolving it against the standard's directory versions so segments and elements come out named rather than positional.
Typical use — inbound EDIFACT that will be mapped with XSLT or validated against a schema
Input class usually contains parameters that are required.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| InputEdifact | String |
– |
UNB+UNOC:3+5500000000:30+ACME:ZZ+100926:1743+SE1234567++++++1'
UNH+000001+INVOIC:D:93A:UN:EDIT30'
BGM+380+891206500'
...
UNZ+1+SE1234567'
|
Gets or sets EDIFACT input string to be converted to XML. |
| AllowMissingUNB | Boolean |
True |
true |
Gets or sets a value indicating whether allow EDIFACT messages with missing UNB header. |