IFTSTA parser for .net NuGet Package

Parse EDIFACT IFTSTA files easily with C#

You can use the precompiled C# component via: http://www.nuget.org/packages/IFTSTAParser/

The demo solution shows you how to use the parser:

string path = "iftsta-file.txt";
List<IFTSTAConsigment> consigments = IFTSTAParser.Load(path);

which will then deliver you the list of consigment objects in the original file.

Please note that I only covered the segments that are absolutely necessary.

If you need more fields, I invite you to send pull requests or drop me a message.




Got any IFTSTA parser for .net Question?





Info

Version: 2.1.0
Author(s): Stephan Stapel
Last Update: Monday, June 24, 2024
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/stephanstapel/IFTSTAParser
NuGet Url: https://www.nuget.org/packages/IFTSTAParser


Install
Install-Package IFTSTAParser
dotnet add package IFTSTAParser
paket add IFTSTAParser
IFTSTAParser Download (Unzip the "nupkg" after downloading)





STATS

must-have-score

avg-downloads-per-day

1

days-since-last-release

374