-
```
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
-
```
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 …
-
```
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
-
```
in grammar.py, copy.deepcopy consumed a lot of time.
replaced this by own function.
is much quicker now.
```
Original issue reported on code.google.com by `hjebb...@gmail.com` on 2 Nov 2011 at 1…
-
```
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'…
-
What is preferred method for reading multiple segments, for example if I want to get an array of all LIN segments? Should I write my own script for finding needed segments or it is done with EDI Reade…
-
```
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, …
-
```
reason: simplify bots-interface.
```
Original issue reported on code.google.com by `hjebb...@gmail.com` on 24 Sep 2012 at 11:27
-
```
normal field is defined like eg:
['fieldname', 'C', 8, 'AN'],
it is now also possible to define this as:
['fieldname', 'C', (8,8), 'AN'],
this field has a min length of 8, max 8
or
['fieldna…
-
```
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 …