How to obtain plain data table

Post Reply
Miguel
Noob
Posts: 2
Joined: Mon Mar 25, 2019 8:39 pm

How to obtain plain data table

Post by Miguel » Mon Mar 25, 2019 8:48 pm

Hi,
Instead of a chart, I want to obtain just a comma separated (or JSON or similar format) data table. Is it possible?

Thank You

Guru
Pro
Posts: 33
Joined: Tue Dec 18, 2018 11:36 pm
Contact:

Re: How to obtain plain data table

Post by Guru » Tue Mar 26, 2019 2:27 pm

Hi Miguel,
Thank you for using AskSensors,

Yes, you have the possibility to export (manually) your modules data to CSV file. you will get (date, value) in CSV format.
However, if you need to display your data in real time, you can show data in a Table chart where you can see your data in simple way.

The attached image shows an example of Table display, and where you can find the export button.
table.PNG
table.PNG (37.22 KiB) Viewed 34322 times
Hope it helps.

Miguel
Noob
Posts: 2
Joined: Mon Mar 25, 2019 8:39 pm

Re: How to obtain plain data table

Post by Miguel » Sat Mar 30, 2019 12:04 am

Hi Guru. Thanks for your answer. I know I can export the data in a graphic or HTML table. But I would like to be able to read the data in real time from another microcontroller, and it is difficult to extract them from a page in that format. It would be very useful to be able to read only the data in a simpler format such as plain text or JSON.

Guru
Pro
Posts: 33
Joined: Tue Dec 18, 2018 11:36 pm
Contact:

Re: How to obtain plain data table

Post by Guru » Sun Mar 31, 2019 11:24 am

Hi Miguel,
The feature of reading data in real time have been developed, and should be able for public in few days. in addition to other features ;-)

Post Reply