-
```
if edipartners are unknown, this leads to 'stuck' situation.
no good error is given, so this is very hard to track.
```
Original issue reported on code.google.com by `hjebb...@gmail.com` on 3 Au…
-
```
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…
-
```
newer versions of x12/edifact have repeating composites and data elements
```
Original issue reported on code.google.com by `hjebb...@gmail.com` on 8 Apr 2013 at 12:35
-
```
for editype mailbag bots cna detect the 'real'editype (edifact, x12, etc).
tradacoms was not detected, but is now.
```
Original issue reported on code.google.com by `hjebb...@gmail.com` on 26 Mar…
-
```
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…
-
```
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…
-
```
use a regular expression to format edifact for display:
- handles apostrophe that is not segment terminator better
- regular expression also handles message that already are indented: this is
mor…
-
```
bots can use MDN, 997, but does not use CONTRL
```
Original issue reported on code.google.com by `hjebb...@gmail.com` on 30 Jun 2010 at 4:35
-
```
Some (older) edifact messages have double UNS segments.
Bots did not accept these grammars (grammar-errors).
This works OK now.
Also lead to small change in parsing of incoming messages.
```
Or…