TranslationΒΆ
Definition: A translation translates a message of a certain editype, messagetype to another editype, messagetype
Needed for a translation:
- Translation rule in
bots-monitor->Configuration->Translations
; see the screen shot below. - Grammar for incoming message.
- Grammar for outgoing message.
- Mapping script that for converting incoming message to outgoing message.
Read the 1st translation rule of this screen shot:
Translateedifact-ORDERSD96AUNEAN008
tofixed-myinhouseorder
using mapping scriptordersedifact2myinhouse.py
Index