dpservis / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

improve: all edifact, x12, tradacoms fiels go via 'mailbag' #178

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
reason: simplify bots-interface.

Original issue reported on code.google.com by hjebb...@gmail.com on 24 Sep 2012 at 11:27

GoogleCodeExporter commented 8 years ago
what does this mean?

Original comment by mjg1964 on 26 Sep 2012 at 1:09

GoogleCodeExporter commented 8 years ago
mailbag is a preprocess module.

it does 2 things:
- determines the editype (is it edifact, x12, tradacoms)
- it splits up interchanges. This is sometimes neccesary:
     - multiple interchanges with different characersets
      - multiple interchanges, each with its own UNA
   if there is only one interchange in edi file, it will just pass the interchange

Original comment by hjebb...@gmail.com on 26 Sep 2012 at 1:19

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2013 at 12:45