indice-co / EDI.Net

EDI Serializer/Deserializer. Supports EDIFact, X12 and TRADACOMS formats
MIT License
445 stars 170 forks source link

Sample POCOs #125

Open nycbauer opened 5 years ago

nycbauer commented 5 years ago

The third item on the Roadmap is to make a separate library of annotated POCOs. I was wondering if anyone has already created any and has submitted them in anyway. I need an X12 835 & 837. As much as I would love to pore over the documentation, it would be neat if that was already done.

So what I am asking is if anyone has already created POCOs for 835/837 and would be interested in sharing. As I'd be interested before I head down the road of writing it myself.

Thanks!

michaelachrisco commented 5 years ago

@nycbauer The sample POCOs are here: https://github.com/indice-co/EDI.Net/tree/master/test/indice.Edi.Tests/Models Its not really a library, but it is a collection of models that you can use.

pm64 commented 4 years ago

Unfortunately the repository does not appear to contain 835 or 837 as requested by OP. @nycbauer did you have any luck with this?

eddyizm commented 4 years ago

I am looking for a 277 implementation (goes as a response to the 837 files). I think some more samples would help. I am going to try get this working as it would be great to have this in house ability to parse files.