For the complete documentation index, see llms.txt. This page is also available as Markdown.

ConvertToJson

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

Task Parameters

Name
Description

InputEdifact : String

Input edifact.

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

Allow Edifact messages with missing UNB header.

Default: True Example: true

Task Result

Name
Description

Json : String

Result of converting Edifact to JSON. Example: { "Edifact": { "UNB": { ... } "TSINVOIC": { ... } "UNZ": { ... } } }

Task Changelog

Changelog for Task Frends.Edifact.ConvertToJson.

[1.1.0] - 2024-08-23

Changed

  • Updated the Newtonsoft.Json package to version 13.0.3.

[1.0.0] - 2023-04-25

Added

  • Initial implementation

Last updated

Was this helpful?