CSV format data with API export only 1st field
显示 更早的评论
Hello,
I'm using following command to output my data in CSV format
Problem is that file is outputed with only 1st field
created_at,entry_id,field1
2019-12-19 21:08:00 UTC,2228,8.09
2019-12-19 21:09:24 UTC,2229,8.09
2019-12-19 21:10:47 UTC,2230,50.09
2019-12-19 21:12:11 UTC,2231,24.09
How can I do to export all fields?
This channel has 5 fields.
Thanks a lot for your support
I wish you a merry Christmas
回答(3 个)
Vinod
2019-12-24
0 个投票
I think you're looking for the API documented here: https://www.mathworks.com/help/thingspeak/readdata.html
Olivier HUBERT
2019-12-24
编辑:Olivier HUBERT
2019-12-24
0 个投票
1 个评论
Vinod
2019-12-24
Your request is specifically requesting only field 1.
https://api.thingspeak.com/channels/<channel_id>/fields/1.csv?api_key=APIKEY&start=2017-01-20&results=8000
If you want all fields, you have to get the entire channel feed
https://api.thingspeak.com/channels/<channel_id>/feeds.<format>
社区
更多回答在 ThingSpeak Community
类别
在 帮助中心 和 File Exchange 中查找有关 Downloads 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!