Jump to content

Pushover now provides export


Recommended Posts

Posted (edited)

Pushover will now export your current message list into a CSV. Click settings/gear and pick "export messages". Some of my messages have values inserted, so being able to do this will be helpful looking up trends, calculating totals with a spreadsheet.

The one hurdle is that date/time are in Unix Epoc, and that's not a native to excel and needs transformation. Google sheets has an advantage with =epochdate(1711663712) which will return date and time like this: 3/28/2024 22:08:32.

A little transformation work to split those 2, and break up the messages with string function text and calculate

Edited by paulbates
Guest
This topic is now closed to further replies.

×
×
  • Create New...