Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am having error when trying to import a EDI file into Data Mapper structure. Any idea about this error.
As a first guess, I think this means the record you are importing doesn't match the EDI structure you are using. I ran into this when I mapped EDI records earlier this year: each record must match the structure *exactly*, or it won't work.
Since the error is on line 1, column 1, you might open the file in a non-destructive text editor like Notepad++ and see if you can spot the issue. Sometimes third-party programs that process EDI records add their own header; another possibility is that you are importing a record with the EDI envelope into a structure that expects the envelope (or vice versa).
EDI is a pain to work with; best of luck!
David