Cannot read csv with readtable (Unrecognized field name “text”)
Hi All,
I’m trying to read some csv data but saw the following error, for which I had absolutely no clue… Could anyone kindly help?
aaa.csv is just a simple dummy dataset I created with excel for the sake of testing.
Error from matlab:
aaa = readtable(‘G:My DriveProject_GDrivedataaaa.csv’);
Error using readtable (line 517)
Unrecognized field name "text".
Many thanks
MinHi All,
I’m trying to read some csv data but saw the following error, for which I had absolutely no clue… Could anyone kindly help?
aaa.csv is just a simple dummy dataset I created with excel for the sake of testing.
Error from matlab:
aaa = readtable(‘G:My DriveProject_GDrivedataaaa.csv’);
Error using readtable (line 517)
Unrecognized field name "text".
Many thanks
Min Hi All,
I’m trying to read some csv data but saw the following error, for which I had absolutely no clue… Could anyone kindly help?
aaa.csv is just a simple dummy dataset I created with excel for the sake of testing.
Error from matlab:
aaa = readtable(‘G:My DriveProject_GDrivedataaaa.csv’);
Error using readtable (line 517)
Unrecognized field name "text".
Many thanks
Min readtable, csv MATLAB Answers — New Questions