xlate / staedi

StAEDI - Streaming API for EDI: Java library featuring a reader/parser, writer/generator, and validation
Apache License 2.0
130 stars 36 forks source link

Schema files for standard transactions #37

Open dhock999 opened 4 years ago

dhock999 commented 4 years ago

are there schema files for documents like 850?

MikeEdgar commented 4 years ago

Hi @dhock999, I made a conscious decision not to bundle specific messages in this particular library for a number of reasons. One big reason as that it would quickly increase the size of the jar, which I am keeping to the core functionality.

That being said, I wouldn't be opposed to creating an add-on module that contains just the schemas (assuming they are readily available). Which version of 850 are you looking for? Which others are you using, or planning on using?

dhock999 commented 4 years ago

Hi Michael i was really looking for any real ones. I guess the vision is we create them? Would be great for community contributors?

Sent from my iPhone Dave Hock

On May 28, 2020, at 10:47 AM, Michael Edgar notifications@github.com wrote:

 Hi @dhock999, I made a conscious decision not to bundle specific messages in this particular library for a number of reasons. One big reason as that it would quickly increase the size of the jar, which I am keeping to the core functionality.

That being said, I wouldn't be opposed to creating an add-on module that contains just the schemas (assuming they are readily available). Which version of 850 are you looking for? Which others are you using, or planning on using?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.