-
```
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…
-
```
option to use output of one translation as input of another.
this is done by returning an dict from an translation script;
'type' indicates the type of chained translation,
'alt' indicates the a…
-
```
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
-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
```
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…
-
```
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