Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
avinashpopatwar
Contributor
Contributor

Data Mapper_7.3 error : java.lang.NullPointerException when selected Validate against structure

I'm getting below error when I selected "Validate against structure" option in Map properties of Talend data mapper,
If I don't select above option job is running fine. I'm using Talend version 7.3.

Error :
Exception0683p000009MA5A.pngrg.xml.sax.SAXException: Exception thrown by extension function {public static java.lang.String org.talend.transform.runtime.common.RuntimeSupport.validateValue(java.lang.String,java.util.List,int)}: java.lang.NullPointerException.

InputStructure Format : EdiFact
OutputStructure Format: Flat file

can any one help?

Thanks

Labels (2)
4 Replies
manodwhb
Champion II
Champion II

I think you can make nullable column right?
avinashpopatwar
Contributor
Contributor
Author

Should I mark all segments and elements as nullable in Input Structure (EdiFact) ?

like I attached screenshot?


Capture.PNG
manodwhb
Champion II
Champion II

Yes, mark as nullable and let me know are you getting that error?
avinashpopatwar
Contributor
Contributor
Author

Thanks Manohar,

I tried to run the job by making all fields null, but it didn't work.

Please refer screenshot of my input structure.


Capture1.PNG