ArchitecturalKnowledgeAnalysis / EmailDatasetBrowser

Application for interacting with datasets produced by the EmailIndexer.
MIT License
3 stars 1 forks source link

Implemented new query exporter #12

Closed wmeijer221 closed 2 years ago

wmeijer221 commented 2 years ago

Replaced the old query exporter method with the new one in the EmailIndexer library.

While implementing it, I realized there was a bug: when exporting to a single file, the exporter creates a folder and puts the data inside, whereas it should just create a file. I'll fix that somewhere this week.

Once this is merged, I'd say #10 is done.