Thread
:
Is there a way to export a list of all authors to a csv file?
View Single Post
05-01-2015, 12:21 AM
#
3
kovidgoyal
creator of calibre
Posts: 45,443
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
calibre-debug -c 'from calibre.library import db; db = db().new_api; print "\n".join(db.all_field_names("authors"))'
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS