Stash to excel / data storage


#1

Hi,
Is there a way to save data from stash to excel or any other file?
it could be an offline / once a week / month / other timeline
thanks
nir


#2

Hi Nir,

We have pending task to include support to download a Stash in CSV
format so you can import it into a Excel or transform it easily into a
different format…

We should have this feature soon (weeks at most).

Best Regards


#3

Hello.
Please, see the following article that explains how you can download your stashes into an Excel. Use CSV format for that:

https://support.asplhosting.com/t/downloading-a-stash-using-json-csv-excel-or-xml-format-with-myqtthub

Also now that, because MQTT payload can be binary and potentially include CSV, xml, json and any other format, MyQttHub.com stash download will encode payload content using base64.

This way you can download your stashes using CSV format even in the case you are publishing CSV formated MQTT body messages.

Let us know how this solution performs for you.