exportar datos en CSV

5 Ansichten (letzte 30 Tage)
manuel
manuel am 6 Dez. 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)?

Antworten (1)

Christopher Stapels
Christopher Stapels am 7 Dez. 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

Communitys

Weitere Antworten in  ThingSpeak Community

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by