Hello!
I have 5 datasets with column names and the type data that are the same.
I want to combine the 5 datasets with being 1 dataset.
is there a node from Knime that can combine multiple datasets with the same attribute into 1 dataset?
Hello!
I have 5 datasets with column names and the type data that are the same.
I want to combine the 5 datasets with being 1 dataset.
is there a node from Knime that can combine multiple datasets with the same attribute into 1 dataset?
Hello @veniapputrii
If your CSV files are together in a folder, with no other unwanted CSV files (no previous file filter or selection needed). You can just use the ‘Files in folder’ s CSV Reader function as displayed in the image.
For other use cases you can build file queries, loop read…
BR
And to add on a bit, in general, you can “stack” tables you’ve already read into KNIME using the multiple inputs available in the Concatenate node.