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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
vikramk
Creator II
Creator II

com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence.

Guys,

Kindly help me to fix the below error as I am still a beginner. I am facing an issue while doing lookup from excel and below is the error

com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence.

For input string: "703"

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

Please read the data using the correct character encoding. The error message means that you are trying to read the data as UTF-8 but it is actually in a different encoding.

Best regards

Sabrina

View solution in original post

1 Reply
Anonymous
Not applicable

Hello,

Please read the data using the correct character encoding. The error message means that you are trying to read the data as UTF-8 but it is actually in a different encoding.

Best regards

Sabrina