Memorize icon indicating copy to clipboard operation
Memorize copied to clipboard

CSV import and export

Open titorgla opened this issue 11 months ago • 2 comments

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

  1. the ability to import csv flashcards directly to Memorize.
  2. 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

titorgla avatar Mar 28 '24 11:03 titorgla

Thanks for the request! It's actually already possible to export into that format (without the headers, there are no headers in Memorize).

Screenshot from 2024-03-28 13-06-07

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.

david-swift avatar Mar 28 '24 12:03 david-swift

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.

david-swift avatar Mar 30 '24 09:03 david-swift