CSV reader doesn't read all column names.

Hey all,

For some reason the headers won’t carry over from a csv reader node after it has been read. Anyone have any insight on this? Thank you.

Please find attached both the image of the read table (above) and the csv file itself (below)
Whakaari_csv_displ.zip (339.3 KB)

I’d recommend using the File Reader node instead of the CSV Reader node.

6 Likes

Just drag and drop the file into your KNIME canvas

1 Like

@Paul2020 welcome to the forum. File reader does work indeed.

kn_forum_csv_import_whakaari_displ.knwf (1.7 MB)

3 Likes

Hi there @Paul2020,

welcome to KNIME Community!

This happens cause you have # character in your column header name and by default that character is comment char.

CsvRaderComment

If you replace it or just delete CSV Reader works as well. At least for for header, that is what I have checked :wink:

Br,
Ivan

3 Likes

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