Could you provide us with an example. And also my twi recommendations would be:
- try to use the File Reader instead of CSV reader (File Reader — NodePit)
- if this does not work consider using the R package Readr if is much mor robust with CSV files
- do not transfer data via CSV - ok just kidding but only to a certain extend …
1 Like