rmusser01 / tldw

Too Long, Didn't Watch(TL/DW): Your Personal Research Multi-Tool - Open Source NotebookLM
Apache License 2.0
44 stars 2 forks source link

Enhancement: Add ability to export search results to CSV #38

Open rmusser01 opened 1 month ago

rmusser01 commented 1 month ago

As a user, I should be able to export select data from my application without having to dump the database, copy paste it, or know what SQL is in the first place. I would like to be able to export my data in a CSV format.

As a user, I should be able to access the application, navigate to the 'Export' tab, and perform a search query(Related to Issue #37 ) to show all relevant entries, and allow for myself to select which ones I would like to export to a CSV file for sharing or backup.

This functionality already exists, both within the Gradio UI, and in the actual code implementation. It needs to be finished and 'hooked up'.