-
```
via inn.ta_info['bots_accessenvelope'] you have access to whole parsed
edi-file, including the envelope.
This is possible now because all edifact and x12 files go via mailbag.
```
Original issu…
-
```
implementation is quite rough now; edifact version etc is hardcoded.
```
Original issue reported on code.google.com by `hjebb...@gmail.com` on 23 Nov 2011 at 1:57
-
```
use of korean KECA characterset gave error in enveloping.
looks like the handling of this charset works slightly different in python.
```
Original issue reported on code.google.com by `hjebb...@…
-
```
all the optional fields in UNB are now included.
this way these fields can be used in a grammar or user dependent grammar.
```
Original issue reported on code.google.com by `hjebb...@gmail.com` …
-
```
asking confirmations (x120997 edifact-CONTRL) per channel-rule did not work.
reason was that when this is registered in bots for outgoung messages, the
outchannel ws not known.
(first enveloped, …
-
```
edifact and x12 is often received as one big string (no cr/lf).
when displaying this bots now formats these files to one segment per line.
```
Original issue reported on code.google.com by `hjeb…
-
```
check if there is route-script 'usersys/routescripts/bots-engine.py'
this can contain user exits for the engine code itself.
(for test-service)
added user-exit that runs after each --new run
(for …
-
```
until now bots did not support edifact/x12 grammars with the same record more
than once on the same level.
This is fixed now.
An additional attribute is used in get() and put(), eg:
get({'BOTSID'…
-
```
implementation is quite rough now; edifact version etc is hardcoded.
```
Original issue reported on code.google.com by `hjebb...@gmail.com` on 23 Nov 2011 at 1:57
-
```
When receiving many edi-messages, receiving 'wrong' edi-message is unavoidable
(when receiving 100.000edi-files per month, with 0.1% errors, this is 3 errors
per day).
You want to be able to rep…