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

ConvertToXml

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

Task Parameters

Name
Description

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

Task Result

Name
Description

Xml : String

Gets result of converting Edifact to XML. Example: ...

Task Changelog

Changelog for Task Frends.Edifact.ConvertToXml.

[1.0.0] - 2024-12-17

Added

  • Initial implementation

[1.1.0] - 2025-02-21

Fixed

  • Fixed importing into frends issue

Last updated

Was this helpful?