read csv data with numbers, characters and text
Show older comments
Greetings
Does anyone have any idea on how to import numerical data from a csv file of the following format:
STATION DATE LATITUDE LONGITUDE ELEVATION NAME PRCP PRCP_ATTRIBUTES TMAX TMAX_ATTRIBUTES TMIN TMIN_ATTRIBUTES
BC000068026 01/02/32 -18.367 21.85 1000 SHAKAWE, BC 0 ,,Q
I'm attaching a sample file
Matlab2016b
Thank you very much in advance
6 Comments
Walter Roberson
on 22 May 2023
Try readtable
Simon Lind
on 22 May 2023
Cris LaPierre
on 22 May 2023
Edited: Cris LaPierre
on 22 May 2023
I suggest posting at least a portion of your file so that we can try out different approaches. Use the paperclip icon.
Walter Roberson
on 22 May 2023
readtable was added in R2013b. In the R2016b time-frame you would very likely want to use detectImportOptions() first.
Simon Lind
on 22 May 2023
Image Analyst
on 22 May 2023
If the format is too custom and varies from file to file, you may have to write your own custom reader where you read a line at a time and parse it appropriately.
Accepted Answer
More Answers (0)
Categories
Find more on Structures in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
