Clockwork Data.ImportCSV+ not working

I’m trying to use the Clockwork Data.ImportCSV+ package to read a (duh) CSV file, but all I’m getting returned is the name of the file

The parallel OOTB node works as expected, but I’d ultimately like to use a different delimeter, which I can only do with the Clockwork node.
I’ve tried a lot of options, and made it as simple as I can, but still just getting the file name
Any ideas anyone?

I think you may have to use the FileSystem.ReadText node and pass that to the CSVstring input
image

1 Like

Sure enough! That did it.
Thanks

1 Like