exportar datos en CSV
显示 更早的评论
buenos dias, tengo un sensor ds18b20 y con arduino envio los datos a thingspeak. Cuando quiero exportar los datos, no lo puedo hacer en archivo CSV, si o si debo hacerlo en JSON o en XMLCSV pero no los obtengo en planilla de excel. Alguna solucion para poder descargarlos en CSV (Excel)?
回答(1 个)
Christopher Stapels
2022-12-7
You can use the web interface to export a CSV file of all your data on the import export tab of your channel view. You can also use the REST API read data endpoint to export the data in a csv file. In the command, use the .csv ending. On the API keys tab or you channel or in the read data api documentation page, you can see the format.
https://api.thingspeak.com/channels/CHANNELID/feeds.csv?api_key=xxxxxxxxxxxxxxxx&results=2
社区
更多回答在 ThingSpeak Community
类别
在 帮助中心 和 File Exchange 中查找有关 Read Data from Channel 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!