Unexpected end of stream in segment #279
SashaFokin7
started this conversation in
General
Replies: 1 comment 4 replies
-
@SashaFokin7 can you provide the full input (with sensitive info removed)? Would it be possible to post a small reproducer for the error? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I'm trying to parse EDI 210 file which contains segment:
N1*SH*BRISAY~
and received error: io.xlate.edi.internal.stream.tokenization.EDIException: EDIE005 - Unexpected end of stream in segment N1 at position 9, element 1
stacktrace:
io.xlate.edi.internal.stream.tokenization.EDIException: EDIE005 - Unexpected end of stream in segment N1 at position 5, element 1 at io.xlate.edi.internal.stream.tokenization.Lexer.error(Lexer.java:455) at io.xlate.edi.internal.stream.tokenization.Lexer.parse(Lexer.java:304) at io.xlate.edi.internal.stream.StaEDIStreamReader.nextEvent(StaEDIStreamReader.java:203) at io.xlate.edi.internal.stream.StaEDIStreamReader.next(StaEDIStreamReader.java:236)
Can you please help?
Beta Was this translation helpful? Give feedback.
All reactions