To read a multiple csv files along with headers

To read a multiple csv files along with headers;
Each file consists of 60 nos. of columns and I would like to store the whole data into a single excel file.
First row contains headers as characters, First column is of date and second column is of time stamp.
Pls any answer for this question

4 件のコメント

Walter Roberson
Walter Roberson 2013 年 3 月 30 日
All of the data from all of the csv files is to be saved together in a single excel file? If that is correct then do you want the files saved side-by-side, columns 1:60 then 61:120, and so on? Or do you want them saved one after another, first file followed downwards by second file?
How do you want the date and time-stamp represented in the excel file? As strings or as excel dates ?
Please give an example line so we can see what the current date and time-stamp look like.
sarfudeen
sarfudeen 2013 年 3 月 31 日
yes all the csv files must be saved into asingle excel file; date and time stamp as execl dates
Walter Roberson
Walter Roberson 2013 年 3 月 31 日
Please give an example line so we can see what the current date and time-stamp look like.
sarfudeen
sarfudeen 2013 年 3 月 31 日
編集済み: Walter Roberson 2013 年 3 月 31 日
My csv file look like this:- and wish to load multiple csv files
"date","time","period","ActPower (kW)_mean","ActPower (kW)_sigma","ActPower (kW)_max"
2012-07-04,00:10:00,600,568.399,149.409,1070.32,

サインインしてコメントする。

回答 (0 件)

タグ

質問済み:

2013 年 3 月 30 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by