EDI.Net is an EDI Serializer/Deserializer Library written in c#. It is Used to read & write EDI streams. It is a ground up implementation based on annotating classes and members with Attributes. It does not make use of XML Serialization in any step of the process. This reduces the overhead of converting into multiple formats along the way of getting the desired Clr object.
Questions tagged [edi.net]
5 questions
4
votes
1 answer
How to validate Picture clause in C#?
I am using EDI.Net nuget package. In their Readme.md file, they are talking about "The Picture clause":
The Picture Clause is taken from COBOL laguage and the way it handles expressing numeric and alphanumric data types.
My model looks like…

ˈvɔlə
- 9,204
- 10
- 63
- 89
1
vote
1 answer
I can only read one class
I am trying to read an EDI file using Edi.net
But I hit a problem when I want to read the next class.
this is a snippet of my file (I splitted into separate lines here, the actual file is just one long…

GuidoG
- 11,359
- 6
- 44
- 79
1
vote
0 answers
EDI.Net Lists limited to 50
I am trying to deserialise large EDI messages using indice-co/EDI.Net but the messages that I am deserialising are in lists which are limitted to 50. I'm wondering if anyone has come accross this issue before and whether they have managed to fix it.…

Dominic.New.Work
- 33
- 3
1
vote
1 answer
How to parse EDIfact file containing multiple items using EDI.Net?
I am using EDI.Net from indice-co and i have a EDI file that contains multiple items, when i use the EdiGrammer.NewEdiFact and read the file using stream and deserialize it I get only 1 item from the file, the top most; how do i read the file using…

Ratan Servegar
- 375
- 1
- 6
- 21
1
vote
1 answer
Generate EDI 856 in c#
I am new to EDI, I have a task to generate an ASN file in EDI 856 format in c#. Can anybody please help me. I found edi.net on net but unable to figure out the POCO class for 856 format
Thanks in advance.

Yashpal S
- 299
- 4
- 16