CSV Reader

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