ConvertToXml
Converts an EDIFACT document to XML. Supports the following formats:
Last updated
Was this helpful?
Converts an EDIFACT document to XML. Supports the following formats:
Task version: 1.1.0
Required Frends version: 5.5+
Required .NET version: 6.0
Compatible Agents: Crossplatform
InputEdifact : String
Gets or sets EDIFACT input string to be converted to XML.
Default: -
Example: UNB+UNOC:3+5500000000:30+ACME:ZZ+100926:1743+SE1234567++++++1' UNH+000001+INVOIC:D:93A:UN:EDIT30' BGM+380+891206500' ... UNZ+1+SE1234567'
AllowMissingUNB : Boolean
Gets or sets a value indicating whether allow EDIFACT messages with missing UNB header.
Default: True
Example: true
Xml : String
Gets result of converting Edifact to XML.
Example: ...
Changelog for Task Frends.Edifact.ConvertToXml.
Initial implementation
Fixed importing into frends issue
Last updated
Was this helpful?
Was this helpful?

