Read multiple files into Knime

I am trying to read files into Knime using the list files node into the table row to variable loop then csv reader.

I am getting an error on CSV reader node:
" Execute failed: The following row could not be converted to the specified KNIME types: [1, 2019-01, 18, 21, 28]"
“The stored spec has not been created with the given file/path.”

Try to disable the enforce types option in the transformation tab. Btw. You can also use the files in folder option in the csv reader directly in order to read several files. You can also specify a filter so you read only certain files.

Hope that solves your problem,
Mark

3 Likes

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