Constantinos Leftheris

Results 106 comments of Constantinos Leftheris

Hi @jwilliamson1098 and thanks for your interest in Edi.Net. At the moment the best way to share would be make a pull request that adds a test in the test...

For this case that is about right. There are more ways to use it in other circumstances by combining multiple EdiCondition statements. Additionaly you can control the mode in which...

Hi and thanks for your interest in [EDI.Net](https://github.com/indice-co/EDI.Net). Unfortunately there is not a complete sample to suit your needs in the tests project but there are numerous examples for the...

Hi in order for this to work you have to map segment groups to a subclass of the **first** segment in the sequence. Have a look here https://github.com/indice-co/EDI.Net/issues/32#issuecomment-281741174 for a...

Hi have you managed to overcome this issue? You mainly have to do the following ```csharp [EdiSegment, EdiPath("N7")] public class MyN7 { // my fields } [EdiSegment, EdiPath("GA")] public class...

This is interesting. I have used files of about 5-15 megs for my own clients in the past. I think it is easy to reproduce and find the bottleneck if...

One more thing are you experiencing a System out of memory (you can check you EventLog for that). What exactly is the issue.

I just tested on an average machine on dotnetcore 3.1 and it took about 3 min to **load** & **deserialize** a file of - about 22 Megs - a million...

@adminnz thanks for this! Feel free to add an additional EdiTextReader via pull request. That is what I was planning todo sometime in the future. Should create a specific version...

@adminnz So I run your data and models to another test with the following - 10 million lines file - 200 MB size - one Group - 174549 invoices The...