-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
```
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…