Does not properly read csv file
Afficher commentaires plus anciens
I try to read the attached csv file using readtable. But the data does not seem to be read. What can be done?
Réponse acceptée
Plus de réponses (1)
Thomas Jensen
le 14 Avr 2021
0 votes
Hi,
Try to use readtable('test.csv','Format','%s,%s'). It will force the data to be treated as text.
Since you columns are mixing number and date values, it is better to keep it as char and post-process it later.
1 commentaire
alpedhuez
le 14 Avr 2021
Catégories
En savoir plus sur Text Files dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!