You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a 940 Warehouse Order and I've got one question thus far. The beginning of the example we were sent by our expeditor has a very specific format:
ISA_00_ 00 _ZZ_111111111 _01_035239425 010613_1209_U_00200_000001248_0_P>!
The output from the factory example in your repo looks like this
ISA****************
How do I inject the right info and formatting into that ISA segment.
I appreciate any help you could provide. Thanks!
Actually, I'm pretty lost on how to build these XML Definitions altogether. O_o
The text was updated successfully, but these errors were encountered:
Take a look at the tests. I've attached the test for the 837p
transmission. Look at the method def test_all. I think it will help
get you going in the right direction. Also, since you are new to EDI,
the ISA segment is the only fixed segment in EDI messages. make sure
you pad the fields in the ISA to the correct length.
On Fri, 2014-02-07 at 12:04 -0800, nvolungis wrote:
I'm trying to create a 940 Warehouse Order and I've got one question
thus far. The beginning of the example we were sent by our expeditor
has a very specific format:
ISA_00_ 00 ZZ111111111 01035239425 0106131209_U_00200_000001248_0_P_>!
The output from the factory example in your repo looks like this
ISA****************
How do I inject the right info and formatting into that ISA segment.
I appreciate any help you could provide. Thanks!
—
Reply to this email directly or view it on GitHub.
I'm trying to create a 940 Warehouse Order and I've got one question thus far. The beginning of the example we were sent by our expeditor has a very specific format:
ISA_00_ 00 _ZZ_111111111 _01_035239425 010613_1209_U_00200_000001248_0_P>!
The output from the factory example in your repo looks like this
ISA****************
How do I inject the right info and formatting into that ISA segment.
I appreciate any help you could provide. Thanks!
Actually, I'm pretty lost on how to build these XML Definitions altogether. O_o
The text was updated successfully, but these errors were encountered: