EDI.Net icon indicating copy to clipboard operation
EDI.Net copied to clipboard

Edifact DESADV

Open ArturNadolski opened this issue 3 years ago • 5 comments

Does EDI.Net suport Edifact DESADV messages (deserialize)? If no, how to add it?

ArturNadolski avatar Feb 18 '22 09:02 ArturNadolski

Hi @ArturNadolski and thank you for your interest in EDI.Net.

DESADV is an EDIFact transmission so I dont see any reason why you would not be able to deserialize it with EDI.Net

That said the library is the serializer and you have to provide with your own CLR models to bind to each and every transmission. You can check the tests project for samples to get you started.

cleftheris avatar Feb 21 '22 09:02 cleftheris

@ArturNadolski I have map for DESADV if you want

GingerNinjaa avatar Oct 30 '22 12:10 GingerNinjaa

@GingerNinjaa please, share it.

ArturNadolski avatar Oct 30 '22 14:10 ArturNadolski

@GingerNinjaa I've just started trying to map to a DASADV poco with Edi.net but it is very cumbersome. Could you please share DESADV mapping with me also to use as an example? Thanks in advance!

DeNicoM avatar Aug 03 '23 12:08 DeNicoM

@ArturNadolski, @DeNicoM, Hello Please check attached file that is coresponding to DESADV D01B

EDIFACT_DESADV.txt

GingerNinjaa avatar Aug 09 '23 07:08 GingerNinjaa