| Author |
Comment/Response |
LKL
|
01/28/09 12:18pm
I know how to import data using
Import[/path/file.csv,"Data" or "List"]
But right now, I only know how to do it for comma separated files ie a file that reads like:
a,b,1
c,d,2
e,f,3
g,h,4
How can I read the file if the separator is not a comma ie. a file that instead reads like:
a b 1
c d 2
e f 3
g h 4
Thanks
URL: , |
|