CreateFromJson
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.0.0
Required Frends version: 5.5+
Required .NET version: 6.0
Compatible Agents: Crossplatform
Source code: https://github.com/FrendsPlatform/Frends.Edifact/tree/main/Frends.Edifact.CreateFromJson
CreateUNBHeader : Boolean
Should the UNB header be created, if not included in input document.
Default: False
Example: true
HeaderData : HeaderData
UNB header data. Used if CreateUnbHeader is set to true.
Default: -
Example: -
Json : String
Edifact in JSON format. The JSON format should be the same
as produced by Frends when converting Edifact documents to
JSON.
Default: -
Example: { "Edifact": { "UNB": { ... } "TSINVOIC": { ... } "UNZ": { ... } } }
Edifact : String
Result of creating Edifact from JSON.
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'
Changelog for Task Frends.Edifact.CreateFromJson.
Updated the Newtonsoft.Json package to version 13.0.3.
Initial implementation
Last updated
Was this helpful?
Was this helpful?

