Memorize
Memorize copied to clipboard
CSV import and export
Is your feature request related to a problem? Please describe.
I have stockpiled a lot of these old csv flashcard sets from various flashcards sites (i.e. quizlet, omniset, brainscape, etc) and would like to import them to Memorize
Describe the solution you'd like
- the ability to import
csv
flashcards directly to Memorize. - the ability to export
csv
flashcards directly from Memorize.
Describe alternatives you've considered
- Some of these files are no longer available online so it is impossible to re-export them into another format.
- While I have been manually converting some these csv flashcards myself, it has become tedious and tiresome.
Additional context
Most of these files follows the standard question/answer structure
HEADER1,HEADER2
Question1,Answer1
Question2,Answer2
Thanks for the request! It's actually already possible to export into that format (without the headers, there are no headers in Memorize).
I'll add support for importing flashcards in that format.
I understand your request also involves the ability to directly import from/export to files without having to copy its contents. I can add a button for loading a file's content next to the entry row in the import view, and a button into the export dialog's toolbar.
I added support for CSV in a49c0ff and for importing a file's content directly in 66deca2. I'll add support for exporting directly to files later.