Exporting Data #1824
Replies: 8 comments
-
See #310. PDF is probably a little more involved to do since that requires formatting and presentational operations that would have to be done and are most likely out of scope for what Mike's trying to achieve. Personally, I'd love to see some sort of CSV export, it's a bit of an involved process to dump from the database, then convert that data to CSV just to be able to get it into something else to categorize further or to migrate into other analytics tools. |
Beta Was this translation helpful? Give feedback.
-
@highschooldropout what do you mean by PDF? like summarized reports? It doesn't really make sense to export to CSV because you already own the data. But if you want to, there are database commands that you can run to accomplish this: https://www.mysqltutorial.org/mysql-export-table-to-csv/ https://www.postgresqltutorial.com/export-postgresql-table-to-csv-file/ |
Beta Was this translation helpful? Give feedback.
-
@mikecao The exporting of data as seen on screen after a specific report is selected and actively being viewed. Refer to what @noelforte wrote above, though, because that's the difference between what I'm alluding to and what can currently be done by doing an export-to-PDF via a browser. |
Beta Was this translation helpful? Give feedback.
-
@mikecao I would think the data export & import feature would also come in handy in the following use cases:
|
Beta Was this translation helpful? Give feedback.
-
Since umami is a self-hosted application, I think exporting & importing is more of a db operation that a feature. P.S. I really think this issue should be called "Importing data" :p |
Beta Was this translation helpful? Give feedback.
-
This would be very useful as a classic JSON file to also migrate form PostgreSQL to MySQL or vice versa :) |
Beta Was this translation helpful? Give feedback.
-
Hi @mikecao |
Beta Was this translation helpful? Give feedback.
-
Exporting to CSV based on a filtered result set would be ideal. I say this as it's very common in our work environment to export data for transformation/integration with other data sets/applications. Do we want to write new API endpoints just to drop data from Umami? No! Users want to drop their adhoc reports and send them off for further "transforms". PDF export is NOT necessary. So many other ways to do this outside the application. This all presumes that Umami is wanting to address enterprise customers, which may not be so. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if this has been brought up or addressed...
As a feature request, it would be helpful to have an option to export data into a PDF, Excel or CSV format as is possible on Google Analytics. Before I made the switch to Umami from the dark side, I personally exported to PDF quite regularly.
Beta Was this translation helpful? Give feedback.
All reactions