Net.Leksi.Edifact 1.0.0

dotnet add package Net.Leksi.Edifact --version 1.0.0
NuGet\Install-Package Net.Leksi.Edifact -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Net.Leksi.Edifact" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Net.Leksi.Edifact --version 1.0.0
#r "nuget: Net.Leksi.Edifact, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Net.Leksi.Edifact as a Cake Addin
#addin nuget:?package=Net.Leksi.Edifact&version=1.0.0

// Install Net.Leksi.Edifact as a Cake Tool
#tool nuget:?package=Net.Leksi.Edifact&version=1.0.0

Attention! This article, as well as this announcement, are automatically translated from Russian.

Net.Leksi.Edifact

The Net.Leksi.Edifact library is designed to convert messages from the EDIFACT format to XML and vice versa. The library also contains a number of utilities for creating a working environment.

All classes are contained in the Net.Leksi.Edifact namespace.

Contents of the library

The following functionality is available.

  • EdifactDownloaderCLI: preparation of a command line application for downloading specifications from the site UNECE with converting them into a set of XML schemas, which are subsequently used as a grammar, and to check data and structure restrictions for the translator between formats.
  • EdifactMessageCustomizerCLI: preparation of a command line application for editing the specification of a standard message (customization) for the needs of an agreed exchange between specific parties. This includes reducing the set of segments used and changing data restrictions.
  • EdifactMessageVisualizerCLI: template command line application for visualizing the specification of a standard or abbreviated message in the form of a tree of segments and groups of segments.
  • EdifactParser: translation of the incoming flow of the exchange session (interchange) into events:
    • start of the session;
    • beginning of the functional group (if any);
    • the beginning of the message, the handler must provide a stream for writing the XML document received from the message;
    • end of message;
    • end of the functional group (if any);
    • end of the session.
  • EdifactBuilder: broadcasting calls of the corresponding methods to the specified outgoing stream of the exchange session:
    • start of the session;
    • beginning of the functional group (if any);
    • message transmission, the sender provides a stream to read the XML document for translation into the message;
    • end of the functional group (if any);
    • end of the session.
  • EdifactParserCLI: template command line application for translating the exchange file into XML files.

In addition to the library, the working environment includes a directory of XML schemas containing schemas obtained from downloaded specifications, as well as custom schemas. More details...

Customization is carried out using a script, which is an XML schema of a special structure. More details...

The structure of XML documents is described Here.

More details...

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 94 4/6/2024