-
Notifications
You must be signed in to change notification settings - Fork 80
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
Export of metadata/data from Uwazi to csv #958
Comments
The design decision here is how to translate from a heterogeneous selection of data (including different data models) to a single CSV. I guess we can do this pretty straight forward:
|
It would be a valuable feature for users to have the option to download the metadata of multiple documents into a .csv or .xlsx file, rather than having to download all of the full documents. |
This was the feedback from another organisation that is evaluating use. Asked them for details on use case. |
Additional context: Goal is to compare part of the data with other organisations to see who holds what on whom. This means, they would want to use only some information from templates, so export by template would be useful as a minimum. Field-based export could be even more useful, but redaction can also happen in Excel after. |
Another organisation is interested and would like to know how much time it takes to develop the export feature. |
@bertver this was estimated in 10 to 15 days and included table view as an alternative to card list view as part of the user interface. |
We need to define the MVP for this feature. |
Probably showing only the visible data is the simplest solution. The problem is that it may lead users to simply add more columns to the "show in card" group so that they get that column exported. |
|
Design doc: https://docs.google.com/document/d/1t5fqpCwhm24M2xeKKICOH3ZLLWFCCDiT-wUgqjGD0Dw/edit#heading=h.u4zhs5qr8hms Branch: export-csv |
Keep an eye on huge queries crashing the server. Related: #2841 |
This will probably be done by the end of the week. Pending QA and deployment. |
I'll be tagging this for QA today.
|
Are we exporting the files as well as the paths? |
No, we are not exporting the actual documents/attachments files. We are including the file path in a documents (or attachment) field in the CSV. |
It's ok for the MVP. |
This may be a problem, some models heavily rely on rich text fields to hold their data. The bigger issue would be to 'explain' to the user that this field is not available while all others are. I'll continue with the QA, but I'm not sure if we need to tackle this before merging this into DEV. |
@RafaPolit makes sense. I'll talk to the PM's and work on it right away if needed. |
Support for rich text fields is already implemented. |
A user just wrote: "It would be great if we could also export data/metadata stored in Uwazi database to csv so that we can use the data for other purposes."
Have asked for a bit more context and, if possible, to join discussion here, but if the team has questions, feel free to ask.
The text was updated successfully, but these errors were encountered: