EdiEngine
EdiEngine copied to clipboard
Simple .NET EDI X12 Reader, Writer and Validator. EDI JSON Serialization and Deserialization. Written in C#
Getting the follow err msg when trying to read 278 edi file: :Exception Error :Message: Could not load file or assembly 'EdiEngine.Standards.X12_005010X217' or one of its dependencies. The system cannot...
Bumps [newtonsoft.json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from newtonsoft.json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [newtonsoft.json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from newtonsoft.json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [newtonsoft.json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from newtonsoft.json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
* for now ISA [13] segment filled incorrectly (instead of [13] filled [12]) * no possibility to set IsaAcknowledgementRequest and it is always set as 0 (not required acknowledge)
Hi, I m new to EDI concepts. I am using this library as a base and created a separate class library for HIPAA 834 (5010) and trying to leverage this...
Just needed to add ```new L_SPO(this) { ReqDes = RequirementDesignator.Optional, MaxOccurs = 999999 },```
When hitting a loop, if the class name has an _# appended to the end, then the name does not match the ediName provided. Ex., L_N1_1's EdiName would be N1_1...
Hi! Is there any way to set Acknowledgement Required of ISA as 1? For now I see that it is hardcoded as 0. `EdiDataWriterSettings settings = new EdiDataWriterSettings( new SegmentDefinitions.ISA(),...