1

I am trying to deserialise large EDI messages using indice-co/EDI.Net but the messages that I am deserialising are in lists which are limitted to 50. I'm wondering if anyone has come accross this issue before and whether they have managed to fix it.

I don't know whether adding a code sample would help but whether using an array or a list it is still limited.

Thanks in advance

cleftheris
  • 4,626
  • 38
  • 55
  • the EDI standards themselves often limit lists to certain numbers of items. Not all libraries and tools respect those limits, so you may come across an EDI message that contains more items in a list than it should. I'd first check whether the segment in question has such a limit and whether your messages exceed it. – Dirk Trilsbeek Dec 18 '19 at 11:18
  • Is there a schema that contgains the limit? – jdweng Dec 18 '19 at 11:27
  • I don't have any limits set on any of the segments. There are no limits in the specification sheet for it either. I'm assuming that its somewhere in the source code for the package that I cant find. – Dominic.New.Work Dec 18 '19 at 11:32
  • @Dominic.New.Work Can you provide a gist so we can see the models and the sample edi transmission. Or update your question to include them – cleftheris Feb 06 '20 at 11:39

0 Answers0