thejessleigh/goodreads-libib-converter

By thejessleigh

Updated over 6 years ago

Converts goodreads library csv export to libib library csv import

Image
0

155

Very much a first pass at a sample project to learn about Docker.

goodreads-libib-converter takes a GoodReads library csv export and creates a new csv that contains the proper headings and data for a Libib library import.

To run, you'll need to include a --build-arg called export_file that contains the absolute path to the goodreads export csv file you want to convert. You can extract the resultant libib csv by running

docker cp container_id:/libib_export.csv libib_export.csv

thejessleigh/goodreads-libib-converter:latest uses Python 3. For Python 2, specify the :python2 tag when pulling.

Docker Pull Command

docker pull thejessleigh/goodreads-libib-converter