How do I delimit (and replace) multiple CSV files in a loop?
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 4 de Oct. de 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
el 4 de Oct. de 2018
@Alex Chen: please upload a sample file by clicking the paperclip button.
Alex Chen
el 4 de Oct. de 2018
Respuesta aceptada
Más respuestas (1)
Categorías
Más información sobre Matrix Indexing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!