exportar datos en CSV
Afficher commentaires plus anciens
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)?
Réponses (1)
Christopher Stapels
le 7 Déc 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
Communautés
Plus de réponses dans ThingSpeak Community
Catégories
En savoir plus sur Read Data from Channel dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!