View Single Post
Old 09-07-2013, 05:51 AM   #4
doctorow
Guru
doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.
 
doctorow's Avatar
 
Posts: 914
Karma: 3410461
Join Date: May 2004
Device: Kindle Touch
Quote:
Originally Posted by jcarlier View Post
hi

i would like to export my list of books in a csv file but ..
in the options of fields , i cannot choose the order of the fields exported

i would like to have isbn,title,authors and not authors,isbn,title
There are various ways to control the order of exported catalogs; unfortunately there's none that would fit your needs.

Code:
--sort-by
Output field to sort on. Available fields: author_sort, id, rating, size, timestamp, title_sort Default: ‘id’ Applies to: CSV, XML output formats

link
If you're using Linux or OSX, some quick and dirty sed or awk to swap the columns of the output file could do the trick.
doctorow is offline   Reply With Quote