We are facing some problems in using the "ConverToValues"service.
We have an EDI file (INVOIC, EDIFACT 97A) like the one that follows:
UNH+0
BGM+1’
DTM+1’
NAD+1’
RFF+2’
NAD+1’
RFF+2’
CUX+1’
PAT+1’
DTM+1’
LIN+1’
QTY+2’
MOA+2’
PRI+2’
RFF+2’
DTM+3’
RFF+2’
RFF+2’
TAX+2’
NAD+2’
UNS+1’
MOA+1’
UNT+0
We use the STANDARD EDI TEMPLATE.
The problem is that when we call the “ConverToValues” service we get a structure where:
- all the three NAD segments are uncorrectly colletted in the same record list appended under the UNH segment.
- all the five RFF segments are uncorrectly colletted in the same record list appended under the UNH segment.
- all the three DTM segments are uncorrectly colletted in the same record list appended under the UNH segment.
We also get similar problems using other EDI standard templates.
Does any of you have any suggestions about that?