Closed smoorsausje closed 6 years ago
This is related to compression. I already have an open issue #48 regarding this feature, but I did not realize that this was causing errors in transmissions. I will make this a priority
Yeah, it seems they are quite strict about this in our particular case.
Thanks a lot, I'll be looking forward to the feature! :)
Hello,
Thank you for this awesome module. It has really helped us a lot in deserializing our EDIFACT files.
Now we want to use it to serialize as well and are sadly running into an issue.
I have a CONTRL message that I want to serialize and they have to be certified by an external party. Their certification application says we have excessive trailing data element delimiters.
For example in the UNB Segment:
This is the POCO I use for this segment:
And this is the input:
I am using this code for testing:
From what I could find out, the ++++ behind the "SCL" at the end of the segment is not supposed to be there. But as you can see I have set "Mandatory = false", so I expected it not to put those there.
Am I doing something wrong by any chance?
Thank you very much for your help.
Kind regards, smoorsausje