indice-co / EDI.Net

EDI Serializer/Deserializer. Supports EDIFact, X12 and TRADACOMS formats
MIT License
447 stars 170 forks source link

UNZ #234

Open GingerNinjaa opened 1 year ago

GingerNinjaa commented 1 year ago

Hi,

Is there a option to automatycy add UNZ segment as it is done with UNA?

cleftheris commented 1 year ago

Hi @GingerNinjaa UNZ is actually the closing segment that accompanies the UNB starting segment. UNA on the other hand is optional and has to do with the grammar/syntax. Unfortunately, there is no way at the moment to have the UNB-UNZ interchange automatically when serializing without a corresponding class.