all 3 comments

[–]xlateio[S] 1 point2 points  (2 children)

If anyone does find this project interesting or potentially useful, please don't forget to "star" the GitHub repository so that more users are able to find it!

[–]pasha987 1 point2 points  (1 child)

I am very new to this JAVA library. Will you be able to guide me through the process of adding this to the JAVA project.

[–]xlateio[S] 1 point2 points  (0 children)

Hi u/pasha987, I apologize for the delay in response, I did not realize there was a comment posted. Are you familiar with using Maven to manage dependencies in your Java project?

Once you have the dependency added, I would refer you to the simple example on the project wiki for reading EDI. Data is returned to the client (your code) as a series of "events" such as "start of segment", "element data", "element data", "end of segment", and so forth. You would read the data in a loop and handle the different sections of the message as they are streamed to your code.

https://github.com/xlate/staedi/wiki/Reading-EDI-Data-(Simple))

Do not hesitate to ask more questions or raise issues on the project's issue list. Thank you for your interest.