Import from CSV only reads Numbers, not Text

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?

CSVonlyReadsNumbers_problem01

CSV.readFromFile is expecting a file not a file path, try making a file object from a file path… :stuck_out_tongue:

1 Like

CSV 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.