Hi,
I am trying to do a one to one mapping between edifact and json or xml. I notice that by default the data in the UNB segment does not get output when using the jsonnocheck or xmlnocheck grammer. My grammer files look like:
from bots.botsconfig import *
syntax = {
'merge': False,
}
Is there a way to include the envelope data (i.e. sender, receiver, testindicator, etc) into the output grammer when using a "nocheck" grammer?
Thanks,
Chris Lemper