rdmullins / rm-ereader-backend

0 stars 0 forks source link

As the admin, I need to be able to quickly and easily import data from Project Gutenberg’s weekly CSV files so that my database remains up to date with what’s available. (5) #37

Open rdmullins opened 1 year ago

rdmullins commented 1 year ago

What I Meant Was: I need a Python script that imports data from Project Gutenberg's CSV format

Testing Criteria:

Definition of Done: I can run a script and update the database using Project Gutenberg's CSV files

// Notes Need to research Python CSV plugin and write my own utility https://django-extensions.readthedocs.io/en/latest/# https://towardsdatascience.com/use-python-scripts-to-insert-csv-data-into-django-databases-72eee7c6a433