How do I delimit (and replace) multiple CSV files in a loop?
Mostra commenti meno recenti
I have several CSV files that contain data separated by commas (x, y, z) in column A. The headers are strings with parentheses ("XXXXXXXXXX (XX)", "YYYYYYYYYY (YYY)", "ZZZZZZZZZ"), while the data (x, y, z) are numerical values. Usually, I would highlight the A column and delimit the columns in Excel in order to separate my data into three separate columns in order to analyze. However, I have a lot of these files now, and I was wondering if I could write a for loop to read these files, delimit, replace the text in the original file in the correct number of columns, and save the new file again.
I tried csvread, but it's having trouble reading the commas. A sample CSV file is in the attachments. Thanks for any help in advance.
4 Commenti
Walter Roberson
il 4 Ott 2018
To confirm: you want to split each .csv into three separate files? If so then what names should the three new files have relative to the old file?
Stephen23
il 4 Ott 2018
@Alex Chen: please upload a sample file by clicking the paperclip button.
Alex Chen
il 4 Ott 2018
Risposta accettata
Più risposte (1)
Categorie
Scopri di più su Matrix Indexing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!