Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error in EDI import in Talend data Mapper

Hi All,

 

I am having error when trying to import a EDI file into Data Mapper structure. Any idea about this error.

 

0683p000009M1TH.jpg

Labels (2)
1 Reply
Anonymous
Not applicable
Author

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