Skip to content
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

CSV import and export #38

Open
titorgla opened this issue Mar 28, 2024 · 2 comments
Open

CSV import and export #38

titorgla opened this issue Mar 28, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@titorgla
Copy link

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 titorgla added the enhancement New feature or request label Mar 28, 2024
@david-swift
Copy link
Owner

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants