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
Christopher Stapels 2022년 12월 7일

0 개 추천

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 커뮤니티

카테고리

도움말 센터File Exchange에서 Read Data from Channel에 대해 자세히 알아보기

태그

질문:

2022년 12월 6일

답변:

2022년 12월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by