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
HansS
3
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
ipazin
5
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.

If you replace it or just delete CSV Reader works as well. At least for for header, that is what I have checked 
Br,
Ivan
3 Likes
system
Closed
6
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.