Both ImportFromCSV and CVS.ReadFromFile crack it when the CSV contains text.
Is this correct? By design?
Is there a node that will read strings from CSV (or Excel) files?
Both ImportFromCSV and CVS.ReadFromFile crack it when the CSV contains text.
Is this correct? By design?
Is there a node that will read strings from CSV (or Excel) files?
CSV.readFromFile is expecting a file not a file path, try making a file object from a file path…
Thanks Ben, works fine now.
Although I tried the same trick for Excel.ReadFromFile and it opens the excel file, which is annoying.