Convert Anki deck (.apkg
) files to comma-separated values (.csv
) files.
There is a large collection of shared Anki decks available online. It can be difficult to work with these decks without first importing them into Anki.
apkg-to-csv
converts these decks into comma-separated values so that they can be modified without first importing them into Anki.
ruby >= 3.0
gem install apkg-to-csv
apkg-to-csv deck.apkg > deck.csv
gem install bundler
bundle install
bundle exec ./test/test.rb