Hi everyone,
Just a simple string data, but this when I exported to excel (Excel Write node), it showed me this error

This is my raw data:
_x8fb7_9d7q
What is the problem here?

Hi everyone,
Just a simple string data, but this when I exported to excel (Excel Write node), it showed me this error

This is my raw data:
_x8fb7_9d7q
What is the problem here?

You can select the file format ‘XLS’. For your reference, I have attached an image.

Output:

Tks @tqAkshay95
Solved it, thank you a lots. But, is there any explanation for that?
hey @Nguyen_Huynh_Du,
It seems like the text _x8fb7_9d7q is being interpreted as a Unicode character in KNIME when exporting to an Excel file. The specific sequence _x8fb7_ is being converted to the character 辷.
Replace the underscore characters with another character before writing to Excel.
Regards,
Yogesh
Hi @yogesh_nawale ,
Thank you for your clarifying.
That is my raw data, it’s really sad to say that I can not change it. So that, I may need to use ‘xls’ exported ![]()
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.