apkg-to-csv
apkg-to-csv copied to clipboard
Convert .apkg files to .csv files
APKG to CSV
Convert Anki deck (.apkg) files to comma-separated values (.csv) files.
Motivation
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.
Requirements
ruby >= 2.5
Installation
gem install apkg-to-csv
Usage
apkg-to-csv deck.apkg > deck.csv
Development Installation
gem install bundler
bundle install
Running Tests
bundle exec bash ./test/test.sh