Data from cloud to .csv file

Is there a way i can take the data i’m sending to the cloud using Particle.publish() and save them in a .csv file?

I’m pretty sure there are multiple ways to do that. You can use online services, offline tools, or whatever you’re comfortable with. Take a look into IFTTT and google docs?

Data logging is not yet a feature of the Particle cloud. My suggestion would be to use a webhook in conjunction with a 3rd party service to save the data. I’m sure there are other options but I really like using Google Docs/Sheets. If you search Google Sheets on the forums you’ll find a few good posts on how to achieve what you are wanting to do

1 Like