CSV Reader

Hallo
With the CSV reader, I imported a file.
The following error appears in the log:
Didn’t get any value for column(s) with index #1, #7, #17, #18,…
The data will be displayed correctly in the preview, but the Column Merger node will work as a result.

I’m looking forward to help
André

Could you provide us with an example. And also my twi recommendations would be:

  1. try to use the File Reader instead of CSV reader (File Reader — NodePit)
  2. if this does not work consider using the R package Readr if is much mor robust with CSV files
  3. do not transfer data via CSV - ok just kidding :slight_smile: but only to a certain extend …
1 Like

Thank you for the info,
with the csv did not work, we have the csv converted to an xls.

André