exportar datos en CSV

4 visualizzazioni (ultimi 30 giorni)
manuel
manuel il 6 Dic 2022
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)?

Risposte (1)

Christopher Stapels
Christopher Stapels il 7 Dic 2022
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

Community

Più risposte nel  ThingSpeak Community

Community Treasure Hunt

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

Start Hunting!

Translated by