-
Notifications
You must be signed in to change notification settings - Fork 4.5k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exporting Data #946
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. |
@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/ |
@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. |
@mikecao I would think the data export & import feature would also come in handy in the following use cases:
|
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 |
This would be very useful as a classic JSON file to also migrate form PostgreSQL to MySQL or vice versa :) |
Hi @mikecao |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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.
The text was updated successfully, but these errors were encountered: