Constantinos Leftheris
Constantinos Leftheris
Hi Muaz, the serializer can construct and serialize the X12 fine. The only things you have to be careful in order to generate a valid transmission is the ISA header...
Hi muazg, the library should be able to read and serialize just fine since x12 is supported. That said if I have not tried myself to generate the said transmissions,...
Hi I am not familiar with this segment. But you could use a condition attribute to bind to a different class when this type of IT1 occures
I don't have the time to make an test on this so if you make a pull request with your model and sample transmission along with a test, I may...
Hi Constantinos and thanks for your interest in [EDI.Net](https://github.com/indice-co/EDI.Net). Both [IFTSTA](https://www.unece.org/trade/untdid/d08b/trmd/iftsta_c.htm) & [IFCSUM](https://service.unece.org/trade/untdid/d05b/trmd/ifcsum_c.htm) are transmissions based on the EDIFact grammar so yes the library can help you generate and parse...
Actually there is an example in the tests project for IFCSUM to get you going https://github.com/indice-co/EDI.Net/blob/e56f1b0aef48f4ec650a2e02f0c845323c3f2d81/test/indice.Edi.Tests/EdiTextReaderTests.cs#L832 and the models are here https://github.com/indice-co/EDI.Net/blob/e56f1b0aef48f4ec650a2e02f0c845323c3f2d81/test/indice.Edi.Tests/Models/EDIFact_D01B_IFCSUM.cs#L9 ** these are only samples not considered to...
Hi @shinji144 and thanks for your interenst in [Edi.Net](https://github.com/indice-co/EDI.Net). The reason behind the different serialization behavior has todo with the sample. First of all this usecase shows how someone needing...
Ok I cannot help without a complete class model and a sample. But if I had to guess by the structure indentation above you are better of defining your SegmentGroup...
Have you resolved this issue? If yes please tell me so I can mark it as closed.
There is a simple example of nested segments with the same name (issue #91). Checkout the [sample](https://github.com/indice-co/EDI.Net/blob/master/test/indice.Edi.Tests/Samples/x12.Issue91.edi) and the [models](https://github.com/indice-co/EDI.Net/blob/master/test/indice.Edi.Tests/Models/X12_SegmentGroups_Issue91.cs). Hope it helps.