Constantinos Leftheris
Constantinos Leftheris
There are always components involved on the value level. For example the following line represents a DTM segment with one element and inside of that one component `DTM+137` While this...
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...
Hi @GingerNinjaa can you add a pull request with a test that showcases the issue. This way I may be able to give it a try.
Hi @GingerNinjaa thanks for the sample. I got this pinned down to property path substitution when using wildcard segments o the Segment definition itself. The wildcards where not substituted and...
@EionRobb @GingerNinjaa The fix is up on [nuget v1.12.0](https://www.nuget.org/packages/indice.Edi/1.12.0)
Unfortunately Conditions do not work directly on values (components). You will have to make a wrapper class for the DTM in order for this to work. Check a sample here...
Hi @sukleinkauf it seems to me you are using the simple version of defining a segment group. The one with sequence end would not work well in your scenario (actually...
Hi @EloToJaa, thanks for your interest in the library. Do you think it would be easy to isolate the problem into a test with a pull request so I can...