Simple File Reader not reading xlsx format file

Hi,
I am trying to read xlsx format file using Simple File Reader but it throwing the error as:
“The data row has too many element”

Kindly help why this is happening
Thanks in advance

@Anushka welcome to the KNIME forum

The Simple File Reader is there to read TXT and CSV files. If you want to import Excel files I have compiled a collection about that:

1 Like

Thank you for your response.

I want to give user flexibility to choose any kind of file to read. Is there any node in KNIME which could read CSV, TXT or EXCEL in one single node?

no there is not. You might construct a component or a metanode or w workflow that would detect the file extension and then either use an Excel Import node or one for CSV/TXT files.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.