-
```
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…
-
```
Raw editype:
nothing is done:
it is just read and passed to translation (incoming)
or written to file (outgoing).
Use case:
- making eg pdf file in translation, just write it.
- passing text fil…
-
```
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…
-
```
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…
-
```
chained translation are starting up when a string is returned by the mapping
script.
now, when an empty string or None is returned no chained translation is started.
This is changed:
- None: no n…
-
```
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
-
```
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
-
```
the bots mapping script typically handles one 'message'.
I want an option to access and fill all envelope fields from the mapping.
for incoming:
inn.envelope: a dict with all fields from envelope…