Quote:
Originally Posted by jcarlier
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.