Hey all,
I have the following information in my file (for a certain invoice line):
LIN+1'
PIA+1+ABC12345:SA::91'
IMD+F++:::HelloWorldItem::DE'
I can read the "HelloWorldItem" like this:
inn.get({'BOTSID':'UNH'},{'BOTSID':'LIN'},{'BOTSID':'IMD','7077':'F','C273.7008#1':None})})
According to the EDIFACT specification, I should be able to read "ABC12345" like this:
inn.get({'BOTSID':'UNH'},{'BOTSID':'LIN'},{'BOTSID':'PIA','C212.7140':None})
But I can't get any value except for "1" (the first one after "PIA+") out of this line.
Can anyone lend a hand?
Regard,
Josef