1.2.0
Windows 7
Read a CSV File
Data form the CSV file
null items in the expected structure. Note that the CSV.ReadFromFile node works correctly. the two flavors of ImportFromCSV seem to be both redundant and not working.

@mccrone Its working on Win 10 Dynamo v1.2

@mccrone needs File.FromPath to convert to a file.
@ke-yu I don't think that's the problem:
@mccrone Is it because the output of ImportFromCSV is a 2D array of doubles, and you're trying to read a CSV containing strings, which can't be converted to doubles?
@mccrone @ke-yu those nodes have double arrays as their outputs... your excel file is full of strings... I think the error is clear right?
damn @gregmarr beat me!
Wow. Nice Job. The error isn't as clear as you'd think though. Given that these nodes are less functional than CSV.ReadFromFile, the larger question remains: why are they even there?
@mccrone these are legacy builtin functions from DesignScript. We'll remove them soon. FYI @kronz @Racel
Most helpful comment
damn @gregmarr beat me!