Frends.Edifact.ConvertToJson / 1.0.0
Summary
Parses an EDIFACT interchange into JSON, resolving it against the standard's directory versions so segments and elements come out named rather than positional.
Typical use — the entry point for inbound EDIFACT, turning a positional format into something a mapping step can address by name
Input for converting Edifact native document to other formats.
| 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'
|
Input edifact. |
| AllowMissingUNB | Boolean |
True |
true |
Allow Edifact messages with missing UNB header. |